creating conversation sort of working but not fully
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import Conversation from '@nirvana/core/models/conversation.model';
|
||||
import { ObjectId } from 'mongodb';
|
||||
import User from '../models/user.model';
|
||||
|
||||
export default class CreateConversationRequest {
|
||||
constructor(public otherMemberIds: ObjectId[], public conversationName?: string) {}
|
||||
constructor(public otherUsers: User[], public conversationName?: string) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user