mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 21:39:22 +00:00
Fix error
This commit is contained in:
parent
cdf59e29b8
commit
e377d29096
@ -199,7 +199,7 @@ export class ConversationsController {
|
|||||||
// Specify the user has seen the last message
|
// Specify the user has seen the last message
|
||||||
await ConversationsHelper.MarkUserSeen(convID, h.getUserId());
|
await ConversationsHelper.MarkUserSeen(convID, h.getUserId());
|
||||||
|
|
||||||
h.send(h.send(messages.map(e => this.ConversationMessageToAPI(e)));
|
h.send(h.send(messages.map(e => this.ConversationMessageToAPI(e))));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user