Skip to content
Snippets Groups Projects
Commit 931bb4f0 authored by Dicson's avatar Dicson
Browse files

ClickableNicknamesPlugin.Support new RTL behaviour in Gajim core

parent 8a6cd878
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ class Base(object):
nick = nick.lstrip(gajim.config.get('before_nickname'))
nicks = gajim.contacts.get_nick_list(self.chat_control.account,
self.chat_control.room_jid)
if nick not in nicks:
if nick[1:] not in nicks:
return
message_buffer = self.chat_control.msg_textview.get_buffer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment