Create the Diaspora signature for the correct user

This commit is contained in:
Michael Vogel 2021-08-05 08:58:50 +02:00
parent 00327fd6b4
commit c73130aa6b
2 changed files with 8 additions and 2 deletions

View file

@ -717,7 +717,7 @@ function conversation_add_children(array $parents, $block_authors, $order, $uid)
$max_comments = DI::config()->get('system', 'max_display_comments', 1000);
}
$params = ['order' => ['uri-id' => true]];
$params = ['order' => ['uri-id' => true, 'uid' => true]];
$activities = [];
$uriids = [];