aboutsummaryrefslogtreecommitdiff
path: root/sytest-blacklist
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-03-03 16:45:06 +0000
committerGitHub <noreply@github.com>2022-03-03 16:45:06 +0000
commit5592322e13d0bf741130425079e37979f7637564 (patch)
tree10f52efd3a33f520085d643c1498c9407f9b969f /sytest-blacklist
parentc44029f269d0b17102dbbf31e50669c7c93fe50e (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-blacklist')
-rw-r--r--sytest-blacklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/sytest-blacklist b/sytest-blacklist
index 978dcde8..becc500e 100644
--- a/sytest-blacklist
+++ b/sytest-blacklist
@@ -35,3 +35,4 @@ AS-ghosted users can use rooms themselves
# Flakey, need additional investigation
Messages that notify from another user increment notification_count
Messages that highlight from another user increment unread highlight count
+Notifications can be viewed with GET /notifications \ No newline at end of file