Merge branch 'bmjwt2' into acct-parse-url
This commit is contained in:
commit
5655f47f8e
|
@ -2815,7 +2815,7 @@ type ModerationLog = {
|
|||
id: ID;
|
||||
createdAt: DateString;
|
||||
userId: User['id'];
|
||||
user: UserDetailedNotMe | null;
|
||||
user: UserDetailedNotMe;
|
||||
} & ({
|
||||
type: 'updateServerSettings';
|
||||
info: ModerationLogPayloads['updateServerSettings'];
|
||||
|
|
Loading…
Reference in New Issue