diff options
author | Maxime Buquet <pep@bouah.net> | 2020-05-29 18:37:34 +0200 |
---|---|---|
committer | Maxime Buquet <pep@bouah.net> | 2020-05-29 18:37:34 +0200 |
commit | ab9108e00a631d9b600d51999b9a9c765cf3f0d4 (patch) | |
tree | 5b9ed28d12e73d333556e641c66007e13d48092c | |
parent | 502d79e763b29cf1a7327f9054ebbc436117a26f (diff) | |
parent | 333d260d50f212ea27b1ccbdeda8d88549683df6 (diff) | |
download | poezio-ab9108e00a631d9b600d51999b9a9c765cf3f0d4.tar.gz poezio-ab9108e00a631d9b600d51999b9a9c765cf3f0d4.tar.bz2 poezio-ab9108e00a631d9b600d51999b9a9c765cf3f0d4.tar.xz poezio-ab9108e00a631d9b600d51999b9a9c765cf3f0d4.zip |
Merge branch 'muc-message-received-traceback' into 'master'
Fix a traceback after a received MUC message
See merge request poezio/poezio!137
-rw-r--r-- | poezio/core/handlers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py index cad4d47e..c344ebd3 100644 --- a/poezio/core/handlers.py +++ b/poezio/core/handlers.py @@ -789,6 +789,7 @@ class HandlerCore: if not replaced: # Messages coming from MUC barejid (Server maintenance, IRC mode # changes from biboumi, etc.) are displayed as info messages. + highlight = False if message['from'].resource: highlight = tab.message_is_highlight(body, nick_from, delayed) ui_msg = PMessage( |