newline
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feb 24 2023
So instead of spinning our own solution now, we could probably just store in redux-persist for now.
In D6876#204358, @ashoat wrote:Had a thought here – we should update our sanitization code to sanitize these public keys, as they are user-identifiable. Can you create a task for that and link here before landing? (Or a diff)
The scenario where multiple new messages are created at the same time with the same collapse key actually does not occur currently in the app. However, in one of the following diffs I will make SIDEBAR_SOURCE and CREATE_SIDEBAR share the same collapse key, and since they are created at the same time, it will be possible for a SIDEBAR_SOURCE to have an @-mention. If that occurs, the SIDEBAR_SOURCE will not be the first message, so we want to make sure we check all of the new messages with the same collapse key.
Here's what the message/payload looks like on the web side:
Feb 23 2023
rebase + land
The API will query for the nonce to see if it exists in the table. If it exists, it will succeed and delete the entry. If the nonce isn't in the table, the API will fail.
Feb 22 2023
rebase + land
FYI I think this might break the XCTest workflow on GitHub Actions. We might be able to rip out the failing tests if they're no longer relevant?
rebase + land
In D6828#202931, @ginsu wrote:Can't see the color change visually, but code looks good
rebase + land
rebase + land
Feb 21 2023
address feedback
address feedback
tmp
rebase + land
Test Plan continues to look good (after rebasing, resolving merge conflicts, etc)
update
rebase before landing
Feb 20 2023
Are incremental builds like < 2 seconds or are they going to take a while (eg Rust portion of iOS build)?
In D6485#201861, @ashoat wrote:In D6485#200792, @rohan wrote:There's a better way of doing this since mediaFromRow is a little out of date given that we don't actually return the thumbnail information in the objects.
What do you mean by "out of date"? Wondering if something is broken on prod, since we use mediaFromRow everywhere
Before this change, I had noticed a bug where the @-mention typeahead would not clear after text input cleared. After this change the issue was gone.
