WinRT toast (P5-41) already has Reply + body-click Open. Add a Mark as read button: the toast payload carries the real roomId (see the misroute fix in LOTUS_TODO for thread/invite tags — reuse that data), toast.rs emits an action event with {action: 'mark_read', roomId}, and cinny's useTauriToastActions sends the read receipt / fully-read marker for the room's latest event (same code path as the room context-menu "Mark as Read"). Web PWA notifications unaffected.
WinRT toast (P5-41) already has Reply + body-click Open. Add a **Mark as read** button: the toast payload carries the real `roomId` (see the misroute fix in LOTUS_TODO for thread/invite tags — reuse that data), `toast.rs` emits an action event with `{action: 'mark_read', roomId}`, and cinny's `useTauriToastActions` sends the read receipt / fully-read marker for the room's latest event (same code path as the room context-menu "Mark as Read"). Web PWA notifications unaffected.
jared
added this to the Desktop 2026-Q4 milestone 2026-09-17 22:49:23 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
WinRT toast (P5-41) already has Reply + body-click Open. Add a Mark as read button: the toast payload carries the real
roomId(see the misroute fix in LOTUS_TODO for thread/invite tags — reuse that data),toast.rsemits an action event with{action: 'mark_read', roomId}, and cinny'suseTauriToastActionssends the read receipt / fully-read marker for the room's latest event (same code path as the room context-menu "Mark as Read"). Web PWA notifications unaffected.