1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 08:04:06 +02:00

feat: 投稿通知設定したユーザーをリストで見ることができるように (#17385)

* feat: 投稿通知を設定したユーザーをリストで見ることができるように

* test(e2e): 投稿通知のテスト追加

* chore: 不必要なコードの削除
This commit is contained in:
4ster1sk
2026-05-12 21:34:45 +09:00
committed by GitHub
parent bf3c1f6686
commit 6665c398d6
11 changed files with 377 additions and 1 deletions

View File

@@ -4880,6 +4880,10 @@ export interface Locale extends ILocale {
* 投稿の通知を解除
*/
"unnotifyNotes": string;
/**
* 投稿通知を設定したユーザー
*/
"notifyUsers": string;
/**
* 認証
*/