mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 19:20:05 -03:30
Merge pull request #6728 from chrismeyersfsu/fix-noisy_debug
confidence in websocket group logic is high Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -189,7 +189,6 @@ class EventConsumer(AsyncJsonWebsocketConsumer):
|
|||||||
group_name,
|
group_name,
|
||||||
self.channel_name
|
self.channel_name
|
||||||
)
|
)
|
||||||
logger.debug(f"Channel {self.channel_name} left groups {old_groups} and joined {new_groups_exclusive}")
|
|
||||||
self.scope['session']['groups'] = new_groups
|
self.scope['session']['groups'] = new_groups
|
||||||
await self.send_json({
|
await self.send_json({
|
||||||
"groups_current": list(new_groups),
|
"groups_current": list(new_groups),
|
||||||
|
|||||||
Reference in New Issue
Block a user