enhance(frontend): チャットルームを削除できるように

This commit is contained in:
syuilo
2025-03-25 09:30:14 +09:00
parent 5d3e8253c4
commit 2370b55a27
3 changed files with 22 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@@ -5452,6 +5452,10 @@ export interface Locale extends ILocale {
* このルームをミュート
*/
"muteThisRoom": string;
/**
* ルームを削除
*/
"deleteRoom": string;
/**
* このユーザーとのチャットを開始できません
*/