fix: Changing team settings should update in other tabs
This commit is contained in:
@@ -499,6 +499,17 @@ export default class WebsocketsProcessor {
|
||||
return;
|
||||
}
|
||||
|
||||
case "teams.update": {
|
||||
return socketio.to(`team-${event.teamId}`).emit("entities", {
|
||||
event: event.name,
|
||||
teamIds: [
|
||||
{
|
||||
id: event.teamId,
|
||||
},
|
||||
],
|
||||
});
|
||||
}
|
||||
|
||||
default:
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user