Migrated from LOTUS_TODO.md on 2026-09-17 (the file is now reference-only).
[Med] [desktop]Tag-coalescing lost. The web SW notification used tag to replace prior notifications for the same room; show_rich_toast (cinny-desktop/src-tauri/src/native/toast.rs) ignores tag and shows a new WinRT toast every time → rapid same-room messages stack instead of collapsing. Fix: dedupe/replace by room in the toast store (toast.rs:226-230).
_Migrated from `LOTUS_TODO.md` on 2026-09-17 (the file is now reference-only)._
**[Med] [desktop]** **Tag-coalescing lost.** The web SW notification used `tag` to _replace_ prior notifications for the same room; `show_rich_toast` (`cinny-desktop/src-tauri/src/native/toast.rs`) ignores `tag` and shows a new WinRT toast every time → rapid same-room messages stack instead of collapsing. Fix: dedupe/replace by room in the toast store (`toast.rs:226-230`).
jared
added this to the Desktop 2026-Q4 milestone 2026-09-17 23:24:13 -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.
Migrated from
LOTUS_TODO.mdon 2026-09-17 (the file is now reference-only).[Med] [desktop] Tag-coalescing lost. The web SW notification used
tagto replace prior notifications for the same room;show_rich_toast(cinny-desktop/src-tauri/src/native/toast.rs) ignorestagand shows a new WinRT toast every time → rapid same-room messages stack instead of collapsing. Fix: dedupe/replace by room in the toast store (toast.rs:226-230).