cinny/src
Andrew Murphy fd37dfe3f9
Fix muted rooms showing unread badges (#2581)
fix: detect muted rooms with empty actions array

The mute detection was checking for `actions[0] === "dont_notify"` but
Cinny sets `actions: []` (empty array) when muting a room, which is
the correct behavior per Matrix spec where empty actions means no
notification.

This caused muted rooms to still show unread badges and contribute to
space badge counts.

Fixes the isMutedRule check to handle both:
- Empty actions array (current Matrix spec)
- "dont_notify" string (deprecated but may exist in older rules)
2026-02-12 21:45:37 +11:00
..
app Fix muted rooms showing unread badges (#2581) 2026-02-12 21:45:37 +11:00
client Remove unused javascript (#2470) 2025-08-29 19:34:52 +10:00
types Fix missing creators support using via (#2431) 2025-08-16 21:30:02 +10:00
util Remove unused javascript (#2470) 2025-08-29 19:34:52 +10:00
colors.css.ts redesigned app settings and switch to rust crypto (#1988) 2025-02-10 16:49:47 +11:00
config.css.ts fix font-weight in dark theme with unsupported fonts (#1964) 2024-09-22 22:31:32 +10:00
ext.d.ts feat: URL navigation in auth (#1603) 2024-01-21 18:20:56 +05:30
index.css Remove unused javascript (#2470) 2025-08-29 19:34:52 +10:00
index.tsx Remove unused javascript (#2470) 2025-08-29 19:34:52 +10:00
sw.ts fix: register service worker immediately and cache media requests (#1977) 2024-10-16 21:26:03 +11:00