mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Merge branch 'master' of https://github.com/friendica/friendica into threaded_items
Conflicts: include/conversation.php
This commit is contained in:
commit
e247915f48
21 changed files with 72 additions and 55 deletions
|
@ -3699,7 +3699,7 @@ function drop_item($id,$interactive = true) {
|
|||
|
||||
// check if logged in user is either the author or owner of this item
|
||||
|
||||
if((local_user() == $item['uid']) || (remote_user() == $item['contact-id'])) {
|
||||
if((local_user() == $item['uid']) || (remote_user() == $item['contact-id']) || (! $interactive)) {
|
||||
|
||||
// delete the item
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue