mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 17:35:31 +02:00
enhance: モデレーターがチャットルームの内容を確認・削除できるように
This commit is contained in:
@@ -195,6 +195,9 @@ export type ModerationLog = {
|
||||
} | {
|
||||
type: 'deleteGalleryPost';
|
||||
info: ModerationLogPayloads['deleteGalleryPost'];
|
||||
} | {
|
||||
type: 'deleteChatRoom';
|
||||
info: ModerationLogPayloads['deleteChatRoom'];
|
||||
});
|
||||
|
||||
export type ServerStats = {
|
||||
|
||||
Reference in New Issue
Block a user