mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
redirect to a useful location after deleting or ignoring a friend request, begin comment moderation logic
This commit is contained in:
parent
dae0c1ded2
commit
e2d0eb4a88
3 changed files with 31 additions and 4 deletions
|
@ -2755,6 +2755,9 @@ function item_expire($uid,$days) {
|
|||
function drop_items($items) {
|
||||
$uid = 0;
|
||||
|
||||
if((! local_user()) && (! $remote_user()))
|
||||
return;
|
||||
|
||||
if(count($items)) {
|
||||
foreach($items as $item) {
|
||||
$owner = drop_item($item,false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue