fix: Changing team settings should update in other tabs
This commit is contained in:
@@ -243,6 +243,10 @@ class SocketProvider extends React.Component<Props> {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (event.teamIds) {
|
||||
await auth.fetch();
|
||||
}
|
||||
});
|
||||
|
||||
this.socket.on("documents.star", (event) => {
|
||||
|
||||
Reference in New Issue
Block a user