1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 17:35:31 +02:00

enhance: モデレーターがチャットルームの内容を確認・削除できるように

This commit is contained in:
syuilo
2025-03-25 15:51:45 +09:00
parent 304d0eb83b
commit a01ae38a07
12 changed files with 73 additions and 7 deletions

View File

@@ -195,6 +195,9 @@ export type ModerationLog = {
} | {
type: 'deleteGalleryPost';
info: ModerationLogPayloads['deleteGalleryPost'];
} | {
type: 'deleteChatRoom';
info: ModerationLogPayloads['deleteChatRoom'];
});
export type ServerStats = {