Page MenuHomePhabricator

Implement maunally marking DM thread as read/unread
ClosedPublic

Authored by marcin on Sep 4 2024, 5:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 5:28 AM
Unknown Object (File)
Fri, Apr 18, 12:41 AM
Unknown Object (File)
Wed, Apr 16, 3:59 PM
Unknown Object (File)
Wed, Apr 16, 2:40 PM
Unknown Object (File)
Wed, Apr 16, 3:14 AM
Unknown Object (File)
Wed, Apr 16, 12:03 AM
Unknown Object (File)
Tue, Apr 15, 10:50 PM
Unknown Object (File)
Tue, Apr 15, 6:58 PM
Subscribers

Details

Summary

This differential implements marking dm thread as read/unread manually (by toggle).

Test Plan

Play around marking a thread as read/unrad on one device and ensure that changes are reflected in the UI of another device (if app is active) or result in correct badge updates/rescinds (inactive app)

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

marcin requested review of this revision.Sep 4 2024, 6:16 AM
tomek added inline comments.
lib/hooks/toggle-unread-status.js
10–11 ↗(On Diff #43881)

Can be merged.

This revision is now accepted and ready to land.Sep 6 2024, 8:21 AM
This revision was landed with ongoing or failed builds.Sep 9 2024, 9:06 AM
This revision was automatically updated to reflect the committed changes.

I have the same concerns here that I highlighted in D13260. @marcin, can you address them as part of the same stack as D13260, and land the fixes together?