channelstream: fixed registered users info.
This commit is contained in:
parent
ebb08db0ad
commit
246e0968cd
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ def parse_channels_info(info_result, include_channel_info=None):
|
|||
for username in c_info['users']:
|
||||
connected_list.append({
|
||||
'user': username,
|
||||
'state': user_state_dict[userinfo['user']]
|
||||
'state': user_state_dict[username]
|
||||
})
|
||||
channels_info[c_name] = {'users': connected_list,
|
||||
'history': c_info['history']}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue