mirror of
https://github.com/friendica/friendica
synced 2024-11-18 13:03:41 +00:00
Fix update after activity
This commit is contained in:
parent
72b68abe7f
commit
b5f184388a
1 changed files with 1 additions and 1 deletions
|
@ -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']) : '')
|
||||
|
|
Loading…
Reference in a new issue