This commit is contained in:
tamaina 2025-08-28 23:42:03 +09:00
parent 57cfbde973
commit f2115a06c9
2 changed files with 2 additions and 1 deletions

View File

@ -2815,7 +2815,7 @@ type ModerationLog = {
id: ID;
createdAt: DateString;
userId: User['id'];
user: UserDetailedNotMe | null;
user: UserDetailedNotMe;
} & ({
type: 'updateServerSettings';
info: ModerationLogPayloads['updateServerSettings'];

View File

@ -13554,6 +13554,7 @@ export interface operations {
content: {
'application/json': {
uri: string;
onlyUriFetch?: boolean;
};
};
};