Update UserEntityService.ts

This commit is contained in:
syuilo 2023-11-01 12:05:53 +09:00
parent 51c9d79970
commit 42aec3c21e
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ export class UserEntityService implements OnModuleInit {
unreadAnnouncements,
hasUnreadAntenna: this.getHasUnreadAntenna(user.id),
hasUnreadChannel: false, // 後方互換性のため
hasUnreadNotification: notificationsInfo?.hasUnread,
hasUnreadNotification: notificationsInfo?.hasUnread, // 後方互換性のため
hasPendingReceivedFollowRequest: this.getHasPendingReceivedFollowRequest(user.id),
unreadNotificationCount: notificationsInfo?.unreadCount,
mutedWords: profile!.mutedWords,