forked from Ivasoft/mattermost-mobile
V2 dependency updates (#5907)
* Update to RN 0.67 & dependencies * Update server displayName if already exists * Allow adding only one reaction * update to rn 0.67.1
This commit is contained in:
1
types/database/database.d.ts
vendored
1
types/database/database.d.ts
vendored
@@ -72,6 +72,7 @@ export type CreateServerDatabaseArgs = {
|
||||
export type HandleReactionsArgs = {
|
||||
prepareRecordsOnly: boolean;
|
||||
postsReactions: ReactionsPerPost[];
|
||||
skipSync?: boolean;
|
||||
};
|
||||
|
||||
export type HandleFilesArgs = {
|
||||
|
||||
Reference in New Issue
Block a user