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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user