aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2025-04-03 12:01:11 +0000
committerMario <mario@mariovavti.com>2025-04-03 12:01:11 +0000
commit703ccc2a9a1cb5e6be204b2b30da90011347dc0d (patch)
tree2eea924f124c926f76f98836417812a610e4467a /Zotlabs
parentb2d09134c13b9db0d49d58c788f96ecc2fbcce6f (diff)
downloadvolse-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.php2
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) {