Merge remote-tracking branch 'mi-dev/develop' into emoji-request
This commit is contained in:
commit
c59a31375e
196 changed files with 607 additions and 712 deletions
|
|
@ -61,6 +61,7 @@ type Antenna = {
|
|||
userGroupId: ID | null;
|
||||
users: string[];
|
||||
caseSensitive: boolean;
|
||||
localOnly: boolean;
|
||||
notify: boolean;
|
||||
withReplies: boolean;
|
||||
withFile: boolean;
|
||||
|
|
|
|||
|
|
@ -471,6 +471,7 @@ export type Antenna = {
|
|||
userGroupId: ID | null; // TODO
|
||||
users: string[]; // TODO
|
||||
caseSensitive: boolean;
|
||||
localOnly: boolean;
|
||||
notify: boolean;
|
||||
withReplies: boolean;
|
||||
withFile: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue