Fix update after activity

This commit is contained in:
Michael 2023-09-09 12:22:40 +00:00
parent 72b68abe7f
commit b5f184388a
1 changed files with 1 additions and 1 deletions

View 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']) : '')