1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

hideNotesInSensitiveChannel -> excludeNotesInSensitiveChannel

This commit is contained in:
syuilo
2025-04-08 20:50:38 +09:00
parent 0d18c0169f
commit c500e4392a
11 changed files with 37 additions and 21 deletions

2
locales/index.d.ts vendored
View File

@@ -1717,7 +1717,7 @@ export interface Locale extends ILocale {
/**
* センシティブなチャンネルのノートを非表示
*/
"hideNotesInSensitiveChannel": string;
"excludeNotesInSensitiveChannel": string;
/**
* ブラウザへのプッシュ通知を有効にする
*/