Show unread notifications by default and purge them on read

This commit is contained in:
Johannes Zellner
2026-01-23 14:08:46 +01:00
parent c4f8f318af
commit d0fb2583a5
2 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ function create() {
async list(acknowledged = null) {
const query = {
access_token: accessToken,
per_page: 1000
per_page: 10000
};
if (acknowledged !== null) query.acknowledged = !!acknowledged;