buffer: Remember which name we display in the buffer.

This commit is contained in:
poljar (Damir Jelić) 2018-07-06 15:03:00 +02:00
parent 66507b23ce
commit 1e3e66e350
2 changed files with 34 additions and 27 deletions

View file

@ -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