Commit ff59bb3c authored by Tijmen de Mes's avatar Tijmen de Mes

Fixed status message for PGP errors

parent e9190cac
...@@ -2468,7 +2468,7 @@ class ChatWindow(base_class, ui_class, ColorHelperMixin): ...@@ -2468,7 +2468,7 @@ class ChatWindow(base_class, ui_class, ColorHelperMixin):
session = blink_session.items.chat session = blink_session.items.chat
if session is None: if session is None:
return return
session.chat_widget.add_message(ChatStatus(f'Decryption failed: {notification.data.data.error}')) session.chat_widget.add_message(ChatStatus(f'Decryption failed: {notification.data.error}'))
def _NH_MessageStreamPGPKeysDidLoad(self, notification): def _NH_MessageStreamPGPKeysDidLoad(self, notification):
stream = notification.sender stream = notification.sender
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment