mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 13:29:22 +00:00
Fix little error
This commit is contained in:
parent
19aec6942f
commit
4ade176434
@ -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)));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user