Skip to content
Snippets Groups Projects
Commit 93068be4 authored by Dicson's avatar Dicson
Browse files

ClickableNicknames. better way for fix RTL support

parent c9a9ac59
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 '-' in gajim.version:
if u'\u200E' in nick or u'\u200F' in nick:
if nick[1:] not in nicks:
return
else:
......
[info]
name: Clickable Nicknames
short_name: clickable_nicknames
version: 0.3
version: 0.3.1
description: Clickable nicknames in the conversation textview.
authors: Andrey Musikhin <melomansegfault@gmail.com>
Denis Fomin <fominde@gmail.com>
......
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