fix: Initials do not display on notification avatars (#5803)
This commit is contained in:
@@ -317,7 +317,7 @@ class WebsocketProvider extends React.Component<Props> {
|
||||
});
|
||||
}
|
||||
|
||||
auth.team?.updateFromJson(event);
|
||||
auth.team?.updateData(event);
|
||||
});
|
||||
|
||||
this.socket.on(
|
||||
|
||||
Reference in New Issue
Block a user