mirror of
https://github.com/friendica/friendica
synced 2025-04-30 00:24:24 +02:00
implement feeback
This commit is contained in:
parent
b5bc1b0844
commit
f03c5c7f89
3 changed files with 5 additions and 6 deletions
|
@ -500,7 +500,7 @@ class Conversation
|
|||
|
||||
if (!$update) {
|
||||
$live_update_div = '<div id="live-display"></div>' . "\r\n"
|
||||
. "<script> var profile_uid = " . $this->session->getLocalUserId() ?? 0 . ";"
|
||||
. "<script> var profile_uid = " . ($this->session->getLocalUserId() ?: 0) . ";"
|
||||
. "</script>";
|
||||
}
|
||||
} elseif ($mode === 'community') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue