forked from noxious/client
Notifications bug fix
This commit is contained in:
@ -24,7 +24,6 @@ function closeNotification(id: string) {
|
||||
function setupNotificationListener(connection: any) {
|
||||
connection.on('notification', (data: { message: string }) => {
|
||||
notifications.addNotification({
|
||||
id: Math.random().toString(16),
|
||||
message: data.message
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user