diff options
author | Mario <mario@mariovavti.com> | 2025-04-03 09:55:59 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-04-03 09:55:59 +0000 |
commit | d191b66bb80622e35b4502ef97c6094c94c3d7b8 (patch) | |
tree | a7b15c0659496ec6a48cca21d1bcaff634cb58ba /Zotlabs | |
parent | 5241a159d2fdb9c73e818d701696f44f6e2bb7a2 (diff) | |
download | volse-hubzilla-d191b66bb80622e35b4502ef97c6094c94c3d7b8.tar.gz volse-hubzilla-d191b66bb80622e35b4502ef97c6094c94c3d7b8.tar.bz2 volse-hubzilla-d191b66bb80622e35b4502ef97c6094c94c3d7b8.zip |
move custom emoji rendering to smilies()
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 3ca1e986c..204c024ca 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -2995,7 +2995,7 @@ class Activity { } } } - +/* if (isset($item['term']) && !PConfig::Get($channel['channel_id'], 'system', 'no_smilies')) { foreach ($item['term'] as $t) { if ($t['ttype'] === TERM_EMOJI) { @@ -3009,6 +3009,7 @@ class Activity { } } } +*/ // TODO: not implemented // self::rewrite_mentions($item); |