buffer: Fix the formatting of room encryption events.
This commit is contained in:
parent
3e24e0e999
commit
0acd3d7dc9
1 changed files with 1 additions and 1 deletions
|
@ -1373,7 +1373,7 @@ class RoomBuffer(object):
|
||||||
nick = self.find_nick(event.sender)
|
nick = self.find_nick(event.sender)
|
||||||
data = Render.room_encryption(nick)
|
data = Render.room_encryption(nick)
|
||||||
# TODO this should also have tags
|
# TODO this should also have tags
|
||||||
self.weechat_buffer.info(message)
|
self.weechat_buffer.info(data)
|
||||||
|
|
||||||
def print_megolm(self, event, extra_tags=None):
|
def print_megolm(self, event, extra_tags=None):
|
||||||
extra_tags = extra_tags or []
|
extra_tags = extra_tags or []
|
||||||
|
|
Loading…
Reference in a new issue