We discussed this yesterday on 1:1 but today when updating I get confused a bit, so let me respond.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Oct 11 2023
address review
remove console.log
In D9421#277121, @varun wrote:Refreshing prekeys for user: ... just means the Identity service received the RefreshUserPreKeys request. Shouldn't we make sure that we actually received a successful response from the Identity service?
Rebase on feedback
Fix comment
Fix comment
Address feedback: Set --http-port as global, change dockerfile command
Address feedback: Optimize S3 path iteration
Rebase on parent diff feedback
Rebase on parent diff feedback
Address feedback: Add type alias for blob hash, use ref instead of cloning.
update comment
rebase before landing
address comments + rebase before landing
rebase before landing
address comments + rebase before landing
Seems reasonable, could be good to test it with an ENS name being mentioned as well to cover all grounds
rebase before landing
address comments + rebase before landing
(I think you are missing a stack for this diff)
In D9351#276883, @michal wrote:
- Return impl Iterator<> instead of Vec
rebase before landing
rebase before landing
rebase before landing
rebase before landing
rebase before landing
rebase before landing
rebase before landing
Refreshing prekeys for user: ... just means the Identity service received the RefreshUserPreKeys request. Shouldn't we make sure that we actually received a successful response from the Identity service?
Oct 10 2023
update
Found a better way to address regression mentioned in inline comment
address @ashoat's feedback
There is perhaps a design question here around how to handle more than two tabs in ThreadMembersModalContent. Can you create a DES task on Linear and assign it to @ted to take a look? It might also be good to send a message to the Design Team chat in case there's some discussion to be had.
It looks like ThreadMembersModalContent is still determining its tabs differently from how the pills are being determined. The fact that this code is different is what got us into this mess, and I'd like to make sure it's unified.