Commit 8631f396 authored by Tijmen de Mes's avatar Tijmen de Mes

Fixed hiding loading screen

parent fb04cea9
......@@ -2565,7 +2565,7 @@ class ChatWindow(base_class, ui_class, ColorHelperMixin):
content = message.content
content = HtmlProcessor.autolink(content if message.content_type == 'text/html' else QTextDocument(content).toHtml())
else:
return
continue
# message.sender = SIPURI.parse(f'sip:{message.remote_uri}')
if message.direction == 'outgoing':
message.sender = blink_session.account
......
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