fetching conversations and managing in the conversation provider
This commit is contained in:
@@ -3,7 +3,7 @@ import Conversation from '@nirvana/core/models/conversation.model';
|
||||
import User from '@nirvana/core/models/user.model';
|
||||
|
||||
export type ConversationMap = {
|
||||
[conversationId: string]: Conversation;
|
||||
[conversationId: string]: Conversation & { tunedInUsers: string[]; connectedUserIds: string[] };
|
||||
};
|
||||
|
||||
export type UserMap = {
|
||||
|
||||
Reference in New Issue
Block a user