1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-01 09:09:29 -05:00
This commit is contained in:
syuilo 2019-04-08 00:24:01 +09:00
parent 6a30d32e7d
commit dc82203e9b
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -140,7 +140,7 @@ export class UserRepository extends Repository<User> {
}).then(count => count > 0),
hasUnreadNotification: Notifications.count({
where: {
userId: user.id,
notifieeId: user.id,
isRead: false
},
take: 1