]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Remove album name bin2hex conversion in file browser
[friendica.git] / mod / display.php
index fd0079f9f6992ba5009059144024c5e72b5f7225..107e666d48c06786b713cb112753d187cf080bc3 100644 (file)
@@ -42,7 +42,7 @@ use Friendica\Util\Strings;
 function display_init(App $a)
 {
        if (ActivityPub::isRequest()) {
-               Objects::rawContent();
+               Objects::rawContent(['guid' => $a->argv[1] ?? null]);
        }
 
        if (DI::config()->get('system', 'block_public') && !Session::isAuthenticated()) {