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:
@@ -4880,6 +4880,10 @@ export interface Locale extends ILocale {
|
||||
* 投稿の通知を解除
|
||||
*/
|
||||
"unnotifyNotes": string;
|
||||
/**
|
||||
* 投稿通知を設定したユーザー
|
||||
*/
|
||||
"notifyUsers": string;
|
||||
/**
|
||||
* 認証
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user