mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-22 22:38:24 +02:00
Fix unread messages count
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
@ -157,6 +157,7 @@ function fetchPreviousMessages() {
|
||||
}
|
||||
|
||||
function receiveFetchedMessages(data) {
|
||||
console.log(data)
|
||||
let channel_id = data['channel_id']
|
||||
let new_messages = data['messages']
|
||||
|
||||
|
Reference in New Issue
Block a user