diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-03 16:45:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 16:45:06 +0000 |
commit | 5592322e13d0bf741130425079e37979f7637564 (patch) | |
tree | 10f52efd3a33f520085d643c1498c9407f9b969f /sytest-whitelist | |
parent | c44029f269d0b17102dbbf31e50669c7c93fe50e (diff) |
Clean old notifications regularly (#2244)
* Clean old notifications regularly
We'll keep highlights for a month and non-highlights for a day, to stop the `userapi_notifications` table from growing indefinitely.
We'll also allow storing events even if no pushers are present, because apparently Element Web expects to work that way.
* Fix the milliseconds
* Use process context
* Update sytest lists
* Fix build issue
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 602f8646..63d779bf 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -638,7 +638,6 @@ Rooms with many users are correctly pushed Don't get pushed for rooms you've muted Rejected events are not pushed Test that rejected pushers are removed. -Notifications can be viewed with GET /notifications Trying to add push rule with no scope fails with 400 Trying to add push rule with invalid scope fails with 400 Forward extremities remain so even after the next events are populated as outliers |