buffer: Remember which name we display in the buffer.
This commit is contained in:
parent
66507b23ce
commit
1e3e66e350
2 changed files with 34 additions and 27 deletions
|
|
@ -180,8 +180,6 @@ class MatrixUser:
|
|||
self.name = name # type: str
|
||||
self.display_name = display_name # type: str
|
||||
self.power_level = 0 # type: int
|
||||
self.nick_color = "" # type: str
|
||||
self.prefix = "" # type: str
|
||||
# yapf: enable
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue