putting in check if there is activity in a chat which I haven't viewed
This commit is contained in:
@@ -6,7 +6,7 @@ export default class Conversation {
|
||||
|
||||
name: string; // engineering, general, arjun, jacob and rachel...
|
||||
|
||||
lastActivityDate?: Timestamp; // caching this for purpose of saving on listeners
|
||||
lastActivityDate: Timestamp = Timestamp.now(); // caching this for purpose of saving on listeners
|
||||
|
||||
activeMembers: string[]; // userIds
|
||||
membersInLiveRoom: string[] = [] as string[]; // all members in a live call right now for this convo
|
||||
|
||||
Reference in New Issue
Block a user