]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
Tags: Use the parameters for the cache key
[friendica.git] / include / conversation.php
index ed6710bdf7554bf20c3aa0c0307e2541752469fb..c50ce6b7ccfaacbc72f90457ed6aa1915dff63cc 100644 (file)
@@ -443,7 +443,9 @@ function conversation(App $a, array $items, $mode, $update, $preview = false, $o
                if (!$update) {
                        $live_update_div = '<div id="live-community"></div>' . "\r\n"
                                . "<script> var profile_uid = -1; var netargs = '" . substr(DI::args()->getCommand(), 10)
-                               ."/?f='; </script>\r\n";
+                               . '?f='
+                               . (!empty($_GET['no_sharer']) ? '&no_sharer=' . rawurlencode($_GET['no_sharer']) : '')
+                               . "'; </script>\r\n";
                }
        } elseif ($mode === 'contacts') {
                $items = conversation_add_children($items, false, $order, $uid);