forked from mirror/pixelfed
Merge pull request #918 from pixelfed/frontend-ui-refactor
Update Inbox, remove broken Undo.Announce
This commit is contained in:
commit
dd1f49ebbd
|
@ -322,17 +322,6 @@ class Inbox
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'Announce':
|
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;
|
break;
|
||||||
|
|
||||||
case 'Block':
|
case 'Block':
|
||||||
|
|
Loading…
Reference in New Issue