]> git.mxchange.org Git - friendica.git/commitdiff
Fix: respected the account type on the community page update
authorMichael <heluecht@pirati.ca>
Tue, 7 Jun 2022 18:52:46 +0000 (18:52 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 7 Jun 2022 18:52:46 +0000 (18:52 +0000)
src/Content/Conversation.php

index 5cc2638495e5d88d59a0e9dc2368c741551fb8d4..a82cb35e008ea2448daabc065adbe864c6765ae7 100644 (file)
@@ -507,6 +507,7 @@ class Conversation
                                        . "<script> var profile_uid = -1; var netargs = '" . substr($this->args->getCommand(), 10)
                                        . '?f='
                                        . (!empty($_GET['no_sharer']) ? '&no_sharer=' . rawurlencode($_GET['no_sharer']) : '')
+                                       . (!empty($_GET['accounttype']) ? '&accounttype=' . rawurlencode($_GET['accounttype']) : '')
                                        . "'; </script>\r\n";
                        }
                } elseif ($mode === 'contacts') {