Merge branch 'develop' into mkjs-n

This commit is contained in:
tamaina 2023-05-19 07:16:42 +00:00
commit c0cbbe6072
268 changed files with 4840 additions and 5205 deletions

View file

@ -466,7 +466,6 @@ export class UserEntityService implements OnModuleInit {
mutedInstances: profile!.mutedInstances,
mutingNotificationTypes: profile!.mutingNotificationTypes,
emailNotificationTypes: profile!.emailNotificationTypes,
showTimelineReplies: user.showTimelineReplies ?? falsy,
achievements: profile!.achievements,
loggedInDays: profile!.loggedInDates.length,
policies: this.roleService.getUserPolicies(user.id),