This commit is contained in:
2025-12-12 23:14:48 +03:30
parent 0434329db6
commit 6094878e0e
6 changed files with 70 additions and 49 deletions
+1 -1
View File
@@ -370,7 +370,7 @@
addEvent('ERROR', `Connection error: ${error.message}`);
});
socket.on('notifications:list', data => {
socket.on('notifications', data => {
addEvent('SUCCESS', `Received ${data.notifications?.length || 0} notifications`, data);
displayNotifications(data.notifications || []);
});