one page for easier state management
This commit is contained in:
@@ -7,7 +7,7 @@ export default class Conversation {
|
||||
|
||||
public membersList: string[],
|
||||
|
||||
public name?: string,
|
||||
public name: string | null = null,
|
||||
|
||||
public lastUpdatedDate = Timestamp.now(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user