mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Just some precaution
This commit is contained in:
parent
a07670ac30
commit
d22adc98b2
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ function item_post(App $a) {
|
|||
$object = (x($_REQUEST, 'object') ? $_REQUEST['object'] : '');
|
||||
|
||||
// Ensure that the user id in a thread always stay the same
|
||||
if (!is_null($parent_user)) {
|
||||
if (!is_null($parent_user) && in_array($parent_user, [local_user(), 0])) {
|
||||
$profile_uid = $parent_user;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue