-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation Sitching #1432
Conversation Sitching #1432
Conversation
4296cee
to
9b894b5
Compare
68caaa9
to
3395aa8
Compare
3395aa8
to
0f5c726
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far, will give a deeper review tomorrow
Co-authored-by: Andrew Plaza <[email protected]>
Can you write up how push notifications will work for this? If I have a list of conversations and the dms potentially have multiple topics how will I subscribe correctly to push notification topics? |
967a0ab
to
026bc18
Compare
026bc18
to
5477865
Compare
7f99e2d
to
918d9da
Compare
g.installations_last_checked, | ||
g.added_by_inbox_id, | ||
g.welcome_id, | ||
g.dm_id, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to recreate the view to account for the column rename dm_inbox_id
-> dm_id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Looks good other than nit on wasm test
#1142