mirror of
https://github.com/friendica/friendica
synced 2024-11-18 15: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) {
|
if (!$update) {
|
||||||
$live_update_div = '<div id="live-channel"></div>' . "\r\n"
|
$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='
|
. '?f='
|
||||||
. (!empty($_GET['no_sharer']) ? '&no_sharer=' . rawurlencode($_GET['no_sharer']) : '')
|
. (!empty($_GET['no_sharer']) ? '&no_sharer=' . rawurlencode($_GET['no_sharer']) : '')
|
||||||
. (!empty($_GET['accounttype']) ? '&accounttype=' . rawurlencode($_GET['accounttype']) : '')
|
. (!empty($_GET['accounttype']) ? '&accounttype=' . rawurlencode($_GET['accounttype']) : '')
|
||||||
|
|
Loading…
Reference in a new issue