1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 13:29:22 +00:00

Fix little error

This commit is contained in:
Pierre HUBERT 2019-12-07 12:09:15 +01:00
parent 19aec6942f
commit 4ade176434

View File

@ -231,7 +231,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(messages.map(e => this.ConversationMessageToAPI(e)));
} }
/** /**