joining and leaving backend side done and now agora test here we go
This commit is contained in:
@@ -384,6 +384,10 @@ export const checkIncomingMessageSelector = selectorFamily({
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!currConvo?.lastActivityDate) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (
|
||||
currConvo.lastActivityDate.toDate() >
|
||||
currUserConvoAssoc.lastInteractionDate?.toDate()
|
||||
|
||||
Reference in New Issue
Block a user