Show unread notifications by default and purge them on read
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user