forked from Ivasoft/mattermost-mobile
[Gekidou] [MM-43973] Thread footer for recent mentions (#6225)
* Displaying thread footer * Participants can be empty * Update thread.ts
This commit is contained in:
committed by
GitHub
parent
83c2cfff97
commit
1760b75dbf
2
types/database/database.d.ts
vendored
2
types/database/database.d.ts
vendored
@@ -98,7 +98,7 @@ export type HandleThreadsArgs = {
|
||||
export type HandleThreadParticipantsArgs = {
|
||||
prepareRecordsOnly: boolean;
|
||||
skipSync?: boolean;
|
||||
threadsParticipants?: ParticipantsPerThread[];
|
||||
threadsParticipants: ParticipantsPerThread[];
|
||||
};
|
||||
|
||||
export type HandleThreadInTeamArgs = {
|
||||
|
||||
Reference in New Issue
Block a user