[Gekidou] [MM-43973] Thread footer for recent mentions (#6225)

* Displaying thread footer

* Participants can be empty

* Update thread.ts
This commit is contained in:
Anurag Shivarathri
2022-05-05 21:03:09 +05:30
committed by GitHub
parent 83c2cfff97
commit 1760b75dbf
7 changed files with 50 additions and 20 deletions

View File

@@ -98,7 +98,7 @@ export type HandleThreadsArgs = {
export type HandleThreadParticipantsArgs = {
prepareRecordsOnly: boolean;
skipSync?: boolean;
threadsParticipants?: ParticipantsPerThread[];
threadsParticipants: ParticipantsPerThread[];
};
export type HandleThreadInTeamArgs = {