mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Iterate in the right direction
This commit is contained in:
parent
2a707d1354
commit
45a70aa56e
@ -112,7 +112,7 @@ export class UserNotificationWatcher {
|
||||
} catch (ex) {
|
||||
log.error("An error occured getting notifications:", ex);
|
||||
}
|
||||
this.userQueue.push(userId);
|
||||
this.userQueue.unshift(userId);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user