diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-12-21 10:39:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 10:39:11 +0900 |
| commit | 15b0d2aff2011935f212db19feab3bec97979ae1 (patch) | |
| tree | e3a386517aefbaad295f2bed66d74e70cf7c966f /packages/backend/src/models/json-schema/user.ts | |
| parent | chore(workflows): use postgres 15 everywhere (#12726) (diff) | |
| download | sharkey-15b0d2aff2011935f212db19feab3bec97979ae1.tar.gz sharkey-15b0d2aff2011935f212db19feab3bec97979ae1.tar.bz2 sharkey-15b0d2aff2011935f212db19feab3bec97979ae1.zip | |
enhance: ロールにアサインされたときの通知 (#12607)
* wip
* Update misskey-js.api.md
* Update CHANGELOG.md
* Update RoleService.ts
* Update locales/ja-JP.yml
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update UserListService.ts
* Update misskey-js.api.md
* fix (#12724)
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
Diffstat (limited to 'packages/backend/src/models/json-schema/user.ts')
| -rw-r--r-- | packages/backend/src/models/json-schema/user.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/backend/src/models/json-schema/user.ts b/packages/backend/src/models/json-schema/user.ts index 1b86b1bf10..6a0d43b1ac 100644 --- a/packages/backend/src/models/json-schema/user.ts +++ b/packages/backend/src/models/json-schema/user.ts @@ -554,9 +554,7 @@ export const packedMeDetailedOnlySchema = { mention: notificationRecieveConfig, reaction: notificationRecieveConfig, pollEnded: notificationRecieveConfig, - achievementEarned: notificationRecieveConfig, receiveFollowRequest: notificationRecieveConfig, - followRequestAccepted: notificationRecieveConfig, }, }, emailNotificationTypes: { |