joining and leaving backend side done and now agora test here we go

This commit is contained in:
Arjun Patel
2022-02-07 21:57:17 -08:00
parent 8d382f960a
commit 1bc7957824
8 changed files with 235 additions and 26 deletions
+4
View File
@@ -384,6 +384,10 @@ export const checkIncomingMessageSelector = selectorFamily({
return true;
}
if (!currConvo?.lastActivityDate) {
return false;
}
if (
currConvo.lastActivityDate.toDate() >
currUserConvoAssoc.lastInteractionDate?.toDate()