forked from mirrors/misskey
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