Commit 8e5a7105 authored by Tijmen de Mes's avatar Tijmen de Mes

Fixed OTR parsing

parent 00c2cd54
......@@ -797,7 +797,7 @@ class MessageManager(object, metaclass=Singleton):
if message['contact'] is None:
continue
if message['content'].startswith("?OTR:") or message['content'].startswith('?OTR:v3'):
if message['content'].startswith("?OTR:") or message['content'].startswith('?OTRv3?'):
continue
from blink.contacts import URIUtils
......
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