mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 14:51:31 -07:00
Improve performance
This commit is contained in:
parent
4f686f45e2
commit
5dbc9a1ac8
2 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,8 @@ export default (
|
|||
.count({
|
||||
recipientId: userId,
|
||||
isRead: false
|
||||
}, {
|
||||
limit: 1
|
||||
});
|
||||
|
||||
if (count == 0) {
|
||||
|
|
|
@ -43,6 +43,8 @@ export default (
|
|||
.count({
|
||||
notifieeId: userId,
|
||||
isRead: false
|
||||
}, {
|
||||
limit: 1
|
||||
});
|
||||
|
||||
if (count == 0) {
|
||||
|
|
Loading…
Reference in a new issue