]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Conversation.php
Fix update after activity
[friendica.git] / src / Content / Conversation.php
index 289b7851c48a7502de397a9385386e4609806216..34f3b923c2914a7b4dc8f37c36e316c58465e09a 100644 (file)
@@ -537,7 +537,7 @@ class Conversation
 
                        if (!$update) {
                                $live_update_div = '<div id="live-channel"></div>' . "\r\n"
-                                       . "<script> var profile_uid = -1; var netargs = '" . substr($this->args->getCommand(), 10)
+                                       . "<script> var profile_uid = -1; var netargs = '" . substr($this->args->getCommand(), 8)
                                        . '?f='
                                        . (!empty($_GET['no_sharer']) ? '&no_sharer=' . rawurlencode($_GET['no_sharer']) : '')
                                        . (!empty($_GET['accounttype']) ? '&accounttype=' . rawurlencode($_GET['accounttype']) : '')