parent
911f5c1455
commit
94ce4fa780
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ export class UserRepository extends Repository<User> {
|
||||||
autoWatch: profile!.autoWatch,
|
autoWatch: profile!.autoWatch,
|
||||||
alwaysMarkNsfw: profile!.alwaysMarkNsfw,
|
alwaysMarkNsfw: profile!.alwaysMarkNsfw,
|
||||||
carefulBot: profile!.carefulBot,
|
carefulBot: profile!.carefulBot,
|
||||||
|
autoAcceptFollowed: profile!.autoAcceptFollowed,
|
||||||
hasUnreadMessagingMessage: this.getHasUnreadMessagingMessage(user.id),
|
hasUnreadMessagingMessage: this.getHasUnreadMessagingMessage(user.id),
|
||||||
hasUnreadNotification: Notifications.count({
|
hasUnreadNotification: Notifications.count({
|
||||||
where: {
|
where: {
|
||||||
|
|
Loading…
Reference in a new issue