Partially Revert "Hard mute (misskey-dev#12376)"
This reverts commit 864827f788
partially.
型定義に関する実装はそのままに
一部型定義に合わない実装の修正
This commit is contained in:
parent
77e676e121
commit
d9efde97e4
17 changed files with 79 additions and 107 deletions
|
@ -473,7 +473,6 @@ export class UserEntityService implements OnModuleInit {
|
|||
hasPendingReceivedFollowRequest: this.getHasPendingReceivedFollowRequest(user.id),
|
||||
unreadNotificationsCount: notificationsInfo?.unreadCount,
|
||||
mutedWords: profile!.mutedWords,
|
||||
hardMutedWords: profile!.hardMutedWords,
|
||||
mutedInstances: profile!.mutedInstances,
|
||||
mutingNotificationTypes: [], // 後方互換性のため
|
||||
notificationRecieveConfig: profile!.notificationRecieveConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue