Match registration shape exactly
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Mar 1 2023
In D6924#206038, @atul wrote:While I agree that it might be better database design to create a separate table, it will complicate things on the SQLite side.
We persist messageStore.messages and threadStore in SQLite on the native client, and it would probably make the most sense to store pinned_messages in the SQLite threads table instead of introducing a whole new table and set of “ops.” That would introduce inconsistency between the MariaDB and SQLite database… which isn’t the end of the world, but could be avoided if we stored pinned_messages in the threads table?
While I agree that it might be better database design to create a separate table, it will complicate things on the SQLite side.
In D6898#205080, @ashoat wrote:Please make the requested edit before landing. Otherwise Flow types look good, but defer to others on Rust
Abandoning this since this isn't actively being worked on, but it can be revisited and reopened at a later point if needed
Addressing comment.
Rebase
Add constant for rescind type indicator
Remove unread constant
Remove rescind handling from AppDelegate.
Address review
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing
Rebase before landing