Merge tag '2023.9.3' into merge-upstream

This commit is contained in:
riku6460 2023-09-30 10:02:44 +09:00
commit b4cdd35866
No known key found for this signature in database
GPG key ID: 27414FA27DB94CF6
21 changed files with 125 additions and 9 deletions

View file

@ -456,6 +456,7 @@ export class UserEntityService implements OnModuleInit {
hasPendingReceivedFollowRequest: this.getHasPendingReceivedFollowRequest(user.id),
mutedWords: profile!.mutedWords,
mutedInstances: profile!.mutedInstances,
mutingNotificationTypes: [], // 後方互換性のため
notificationRecieveConfig: profile!.notificationRecieveConfig,
emailNotificationTypes: profile!.emailNotificationTypes,
achievements: profile!.achievements,