continuwuity/changelog.d/notification-endpoint.feature
Shane Jaroch c0a1032653
feat: notifications (cinny/schildichat)
implement: configurable `notification_max_limit` and `notification_max_pdus_per_room`

implement: a heap to stop memory leak at the cost of some CPU at message receive time

other:
        add some monitoring/debugging outputs
        add warn log in 2nd potential breaking point
2026-02-09 17:17:50 -05:00

1 line
200 B
Gherkin

Implement `GET /_matrix/client/v3/notifications` endpoint with push-rule evaluation, pagination, and configurable scan limits (`notification_max_limit_per_request`, `notification_max_pdus_per_room`).