buffer: Don't mark encryption as unsupported anymore.
This commit is contained in:
parent
868a47eca7
commit
167bf0c07a
1 changed files with 1 additions and 6 deletions
|
@ -1067,12 +1067,7 @@ class RoomBuffer(object):
|
||||||
elif isinstance(event, PowerLevelsEvent):
|
elif isinstance(event, PowerLevelsEvent):
|
||||||
self._handle_power_level(event)
|
self._handle_power_level(event)
|
||||||
elif isinstance(event, RoomEncryptionEvent):
|
elif isinstance(event, RoomEncryptionEvent):
|
||||||
message = (
|
pass
|
||||||
"This room is encrypted, encryption is "
|
|
||||||
"currently unsuported. Message sending is disabled for "
|
|
||||||
"this room."
|
|
||||||
)
|
|
||||||
self.weechat_buffer.error(message)
|
|
||||||
|
|
||||||
def handle_timeline_event(self, event):
|
def handle_timeline_event(self, event):
|
||||||
# TODO this should be done for every messagetype that gets printed in
|
# TODO this should be done for every messagetype that gets printed in
|
||||||
|
|
Loading…
Add table
Reference in a new issue