Don't allow deletion of public posts
This commit is contained in:
parent
5d2fce417d
commit
77c423ec04
|
@ -192,7 +192,7 @@ class Post extends BaseObject
|
|||
'delete' => $delete,
|
||||
];
|
||||
|
||||
if (!local_user()) {
|
||||
if (!local_user() || ($item['uid'] == 0)) {
|
||||
$drop = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user