bunch of data updates and now getting hang of recoil but not a pro so keep working at it and start displaying stuff in different places

This commit is contained in:
Arjun Patel
2022-02-03 21:19:30 -08:00
parent 3be6d099b8
commit 44871cd45f
7 changed files with 115 additions and 56 deletions
@@ -152,6 +152,7 @@ export default function CreateConversation() {
});
// add myself to this collection of members
arrActiveMembers.push(currUser!.uid);
members.push(
new ConversationMember(
currUser!.uid,