mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-21 21:09:22 +00:00
Mark the message as seen
This commit is contained in:
parent
3b142e2370
commit
054b388224
@ -105,6 +105,7 @@ export class UserWebSocketActions {
|
||||
data: ConversationsController.ConversationMessageToAPI(msg)
|
||||
}));
|
||||
|
||||
await ConversationsHelper.MarkUserSeen(msg.convID, client.userID);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user