diff options
author | Mario <mario@mariovavti.com> | 2023-03-03 14:59:48 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-03 14:59:48 +0000 |
commit | 972d6917ac9e23d4032f375e2aec8f1839581b06 (patch) | |
tree | 59103567d70558626624c08dc574f19f14795125 /Zotlabs/Lib/Activity.php | |
parent | ec3ba87f3a6cb9cda5f094bb1e62ed6b746f087f (diff) | |
download | volse-hubzilla-972d6917ac9e23d4032f375e2aec8f1839581b06.tar.gz volse-hubzilla-972d6917ac9e23d4032f375e2aec8f1839581b06.tar.bz2 volse-hubzilla-972d6917ac9e23d4032f375e2aec8f1839581b06.zip |
add fixme
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index dc868c93e..817d2851d 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -1773,6 +1773,10 @@ class Activity { dbesc($url) ); if (!$zx) { + // FIXME: we might need to fetch and store this url immediately + // otherwise at least the first post of a yet unknown author might + // be stored with the activitypub url instead of the portable id. + // Another solution could be to fix the items after Gprobe has done its work. Master::Summon(['Gprobe', bin2hex($url)]); } } |