-
Notifications
You must be signed in to change notification settings - Fork 25
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
activity: bug fixes #3559
activity: bug fixes #3559
Conversation
This fixes a bug where the floor was never fully updated. Also refactors channel threads to use normal post ids instead of the synthesized ones that match the form factor of DMs.
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.
Some nitpicks, looks good otherwise.
Co-authored-by: fang <[email protected]>
…-apps into hm/activity-bug-fixes
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.
Backend changes look good, thanks!
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.
In terms of functional review, this is feeling great!
Noticed a few quirks with sidebar dots (communicated out of band), but nothing blocking.
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.
Overall looks good, and brian's task in linear covers the other issues I've found (and I'm adding some comments with others).
frontend
backend
Change message key ID time for channels so it reflects the time that - [X] mobile app is interested in and changed thread source to use same ID
Fixes TLON-1974
Fixes TLON-1975
PR Checklist