up0dating tldr very simple without a whole modal
This commit is contained in:
@@ -19,6 +19,8 @@ export default class Conversation {
|
||||
createdDate: Timestamp = Timestamp.now();
|
||||
createdByUserId: string;
|
||||
|
||||
lastUpdatedBy?: string; // some sort of security data collection whenever updating convo
|
||||
|
||||
constructor(
|
||||
_createdByUserId: string,
|
||||
_name: string,
|
||||
|
||||
Reference in New Issue
Block a user