Skip to content

Commit

Permalink
Backport 9367db0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed May 20, 2023
1 parent 7fd4d2b commit fb7067d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ async def handle_chat_update(self, msg: MsgProto[chat.ChatRoomGroupRoomsChangeNo
before = copy(chat_group)
before._channels = {c_id: copy(c) for c_id, c in before._channels.items()}
chat_group._update_channels(msg.body.chat_rooms)
self.dispatch(f"{chat_group.__class__.__name__}_update", before, chat_group)
self.dispatch(f"{chat_group.__class__.__name__.lower()}_update", before, chat_group)

@register(EMsg.ServiceMethodResponse)
async def parse_service_method_response(self, msg: MsgProto[Any]) -> None:
Expand Down

0 comments on commit fb7067d

Please sign in to comment.