continuwuity/changelog.d/1786.feature
rainer 5974517272 fix(api): align notifications and pushers with the Matrix spec
Track notification read state from event receipts instead of resetting counts
blindly, including support for m.fully_read and threaded receipt handling.

Also return per-thread unread notification counts in sync responses and treat
pushers by app_id plus pushkey with stricter HTTP pusher validation.
2026-05-19 20:12:36 +02:00

1 line
118 B
Gherkin

Implemented the client notifications endpoint at `/_matrix/client/v3/notifications`. Contributed by @RainerZufall187.