diff options
author | Mario <mario@mariovavti.com> | 2024-06-11 07:42:43 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-06-11 07:42:43 +0000 |
commit | 4ba4b2976e71d3ba61148962eab35bedf50d140a (patch) | |
tree | 76590fd485bbff0cea0b1677a296ca03eafc26ed /Zotlabs/Lib/Activity.php | |
parent | 06183ba01a9f95f905f3797f684526c4576046dc (diff) | |
download | volse-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.php | 2 |
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]); } } |