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

Mark the message as seen

This commit is contained in:
Pierre HUBERT 2020-04-01 14:33:54 +02:00
parent 3b142e2370
commit 054b388224

View File

@ -105,6 +105,7 @@ export class UserWebSocketActions {
data: ConversationsController.ConversationMessageToAPI(msg) data: ConversationsController.ConversationMessageToAPI(msg)
})); }));
await ConversationsHelper.MarkUserSeen(msg.convID, client.userID);
} }
} }