Group Typing Bubble Animations
This commit is contained in:
parent
88df942029
commit
283ef57779
14 changed files with 565 additions and 209 deletions
|
@ -217,7 +217,11 @@ export class ConversationModel extends window.Backbone
|
|||
|
||||
contactTypingTimers?: Record<
|
||||
string,
|
||||
{ senderId: string; timer: NodeJS.Timer }
|
||||
{
|
||||
senderId: string;
|
||||
timer: NodeJS.Timer;
|
||||
timestamp: number;
|
||||
}
|
||||
>;
|
||||
|
||||
contactCollection?: Backbone.Collection<ConversationModel>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue