Pass missing argument to display_name.
This commit is contained in:
parent
02bb64feab
commit
e70f1e6042
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def matrix_bar_item_name(data, item, window, buffer, extra_info):
|
|||
|
||||
return "{color}{name}".format(
|
||||
color=W.color(color),
|
||||
name=room.display_name())
|
||||
name=room.display_name(server.user_id))
|
||||
|
||||
elif buffer == server.server_buffer:
|
||||
color = ("status_name_ssl"
|
||||
|
|
Loading…
Add table
Reference in a new issue