Note to reviewers: this is addressing an Urgent issue, so would be great to prioritize!
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Mar 21 2023
(My comments are all repeats of my previous review)
I can change it either way, but we should decide whether we possibly want to use this table for calendar entires in the future. The benefit of using the same table for messages and entries is that if we fetch them by for example time, we will get them sorted correctly right away, and won't have to think about how many of each we should fetch
Can you clarify in what scenarios the id can be null? Usually we only see that for types that also have localID
Naming question
Mirror iOS behavior on Android 13
The test plan is D7114, but that diff failed the Android build. Can you fix it up so that the Android build is no longer breaking? I'm also curious how you were able to test the Android build... was it succeeding in your environment despite failing in CI?
pageSize is 1001 because I used the idea from https://mariadb.com/kb/en/pagination-optimization/ that is to fetch one more row than we intend to process.
rename function to be more detailed
Rebase
Address review, rebase
I will change JS-visible interface of those methods.
Removed localID from the type
@inka fixed this in another diff.
Mar 20 2023
Fix what information is being requested by whom
Rename types
Wonder if there's a way to catch this sort of thing with CI
rebase and land
rebase before landing
rebase before landing
rebase before landing
rebase before landing
rebase and land
feedback
rebase before landing
implemented atuls quick suggestion
rebase and land
I'm not sure, but I think we should bump buildToolsVersion as well
fix gates
In D7060#210983, @ashoat wrote:{F436096}
Putting it in scripts/ sounds like a good idea to me!
One last change
added avatar client feature gate to fetcher
This diff seems to call getAPNsNotificationTopic with two parameters, but the version of that function in master only takes one parameter. Can you please update this diff's dependencies so I can see the rest of your stack? Please always set diff dependencies!
Almost there!
improvements
Still need to fix chat bubble poking out (will timebox for 1-2hrs)
Looks good, but a couple notes in message-creator.js
looks good thanks for making the unit tests
Can you create a Linear task for handling this edge case and set it to Backlog?
Putting it in scripts/ sounds like a good idea to me!
address comments
fix typo