aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-06-11 07:42:43 +0000
committerMario <mario@mariovavti.com>2024-06-11 07:42:43 +0000
commit4ba4b2976e71d3ba61148962eab35bedf50d140a (patch)
tree76590fd485bbff0cea0b1677a296ca03eafc26ed /Zotlabs/Lib/Activity.php
parent06183ba01a9f95f905f3797f684526c4576046dc (diff)
downloadvolse-hubzilla-4ba4b2976e71d3ba61148962eab35bedf50d140a.tar.gz
volse-hubzilla-4ba4b2976e71d3ba61148962eab35bedf50d140a.tar.bz2
volse-hubzilla-4ba4b2976e71d3ba61148962eab35bedf50d140a.zip
pass the force argument to the xchan_photo daemon
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r--Zotlabs/Lib/Activity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index 5613e6bda..9178dac39 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -1875,7 +1875,7 @@ class Activity {
}
if ($icon) {
- Master::Summon(['Xchan_photo', bin2hex($icon), bin2hex($url)]);
+ Master::Summon(['Xchan_photo', bin2hex($icon), bin2hex($url), $force]);
}
}