bar_items: Use the room member_count method for nicklist_count.
This commit is contained in:
parent
7bd0c96c57
commit
b9e60d6ecf
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def matrix_bar_nicklist_count(data, item, window, buffer, extra_info):
|
|||
if buffer in server.buffers.values():
|
||||
room_buffer = server.find_room_from_ptr(buffer)
|
||||
room = room_buffer.room
|
||||
return str(len(room.users))
|
||||
return str(room.member_count)
|
||||
|
||||
return ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue