tldr clean up

This commit is contained in:
Arjun Patel
2022-02-05 20:30:47 -08:00
parent 2f416acb6c
commit 451f332196
3 changed files with 24 additions and 7 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ export default class Conversation {
cachedAudioClip?: AudioClip; // last message pretty much
cachedDrawerItem?: Link; // last link pretty much
cachedTldrClip?: string;
tldr?: string; // description almost that people keep up to day in the convo
createdDate: Timestamp = Timestamp.now();
createdByUserId: string;