update
This commit is contained in:
@@ -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 || []);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user