diff options
author | Mario <mario@mariovavti.com> | 2025-04-03 12:01:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-04-03 12:01:11 +0000 |
commit | 703ccc2a9a1cb5e6be204b2b30da90011347dc0d (patch) | |
tree | 2eea924f124c926f76f98836417812a610e4467a /Zotlabs | |
parent | b2d09134c13b9db0d49d58c788f96ecc2fbcce6f (diff) | |
download | volse-hubzilla-703ccc2a9a1cb5e6be204b2b30da90011347dc0d.tar.gz volse-hubzilla-703ccc2a9a1cb5e6be204b2b30da90011347dc0d.tar.bz2 volse-hubzilla-703ccc2a9a1cb5e6be204b2b30da90011347dc0d.zip |
this is required e.g. when relaying emoji reactions otherwise the relevant data will be missing
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 654f8ecc9..5d6868d66 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -1073,12 +1073,10 @@ class Activity { return []; } -/* this should not be needed $t = self::encode_taxonomy($i); if ($t) { $ret['tag'] = $t; } -*/ $a = self::encode_attachment($i, true); if ($a) { |