From: Michael Date: Sun, 16 Jul 2023 09:41:55 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/develop' into more-privacy X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0ea93bfba14d708d1e9f5b747f406b6f39f97ff4;p=friendica.git Merge remote-tracking branch 'upstream/develop' into more-privacy --- 0ea93bfba14d708d1e9f5b747f406b6f39f97ff4 diff --cc src/Module/Moderation/Report/Create.php index 1185730aba,019a19cedb..e309df3c18 --- a/src/Module/Moderation/Report/Create.php +++ b/src/Module/Moderation/Report/Create.php @@@ -337,8 -337,8 +337,8 @@@ class Create extends BaseModul '$contact' => $contact, '$category' => $category, '$rules' => $rules ?? [], - '$comment' => BBCode::convert($this->session->get('report_comment') ?? '', false, ), + '$comment' => BBCode::convertForUriId($contact['uri-id'] ?? 0, $this->session->get('report_comment') ?? '', BBCode::EXTERNAL), - '$posts' => count($request['uri-ids']), + '$posts' => count($request['uri-ids'] ?? []), ]); } }