1
0
Fork 0

Merge pull request #918 from pixelfed/frontend-ui-refactor

Update Inbox, remove broken Undo.Announce
This commit is contained in:
daniel 2019-03-01 18:59:15 -07:00 committed by GitHub
commit dd1f49ebbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -322,17 +322,6 @@ class Inbox
break;
case 'Announce':
$parent = Helpers::statusFirstOrFetch($obj['object']);
$status = Status::whereProfileId($profile->id)
->whereReblogOfId($parent->id)
->firstOrFail();
Notification::whereProfileId($parent->profile->id)
->whereActorId($profile->id)
->whereAction('share')
->whereItemId($status->id)
->whereItemType('App\Status')
->forceDelete();
$status->forceDelete();
break;
case 'Block':