Merge remote-tracking branch 'mi-dev/develop' into emoji-request

This commit is contained in:
mattyatea 2023-10-16 21:01:02 +09:00
commit c59a31375e
No known key found for this signature in database
GPG key ID: 068E54E2C33BEF9A
196 changed files with 607 additions and 712 deletions

View file

@ -61,6 +61,7 @@ type Antenna = {
userGroupId: ID | null;
users: string[];
caseSensitive: boolean;
localOnly: boolean;
notify: boolean;
withReplies: boolean;
withFile: boolean;

View file

@ -471,6 +471,7 @@ export type Antenna = {
userGroupId: ID | null; // TODO
users: string[]; // TODO
caseSensitive: boolean;
localOnly: boolean;
notify: boolean;
withReplies: boolean;
withFile: boolean;