cleaning up api and testing getting conversations and such
This commit is contained in:
@@ -13,7 +13,7 @@ export default class Conversation {
|
||||
|
||||
public name?: string,
|
||||
|
||||
public id: ObjectId = new ObjectId(),
|
||||
public _id: ObjectId = new ObjectId(),
|
||||
|
||||
/**
|
||||
* last time there was new content for everyone
|
||||
|
||||
Reference in New Issue
Block a user