somtimes groups got tagged with "!@"

This commit is contained in:
Hannes Mannerheim 2015-08-06 21:53:24 +02:00
parent 1c3c8e306d
commit 9e12263ff5

View File

@ -834,7 +834,7 @@ function detectRTL(s) {
// for ltr languages we move @, ! and # to inside
$streamItem.find('.queet-text').find('.h-card.mention').prepend('@');
$streamItem.find('.queet-text').find('.h-card.group').prepend('!');
$streamItem.find('.queet-text').find('.vcard .fn.nickname').prepend('@'); // very old style
$streamItem.find('.queet-text').find('.vcard .fn.nickname:not(.group)').prepend('@'); // very old style
$streamItem.find('.queet-text').find('.vcard .nickname.mention:not(.fn)').prepend('@'); // old style
$streamItem.find('.queet-text').find('.vcard .nickname.group').prepend('!'); // old style
$streamItem.find('.queet-text').find('a[rel="tag"]').prepend('#');