mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +02:00
Create the Diaspora signature for the correct user
This commit is contained in:
parent
00327fd6b4
commit
c73130aa6b
2 changed files with 8 additions and 2 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue