mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
Dropping is now possible as well
This commit is contained in:
parent
f2efd58366
commit
592ef50e41
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ class Post extends BaseObject
|
||||||
} else {
|
} else {
|
||||||
$edpost = array("editpost/" . $item['id'], t("Edit"));
|
$edpost = array("editpost/" . $item['id'], t("Edit"));
|
||||||
}
|
}
|
||||||
|
$dropping = in_array($item['uid'], [0, local_user()]);
|
||||||
} else {
|
} else {
|
||||||
$edpost = false;
|
$edpost = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue