mirror of
https://github.com/friendica/friendica
synced 2024-11-19 16:23:40 +00:00
Merge pull request #5207 from annando/multiple-delete
Don't allow deletion of public posts
This commit is contained in:
commit
a1455489bf
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class Post extends BaseObject
|
||||||
'delete' => $delete,
|
'delete' => $delete,
|
||||||
];
|
];
|
||||||
|
|
||||||
if (!local_user()) {
|
if (!local_user() || ($item['uid'] == 0)) {
|
||||||
$drop = false;
|
$drop = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue