mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update inbox
This commit is contained in:
parent
383c6fe8ee
commit
e7f7072349
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class Inbox
|
|||
|
||||
case 'Flag':
|
||||
$this->handleFlagActivity();
|
||||
break
|
||||
break;
|
||||
|
||||
// case 'Update':
|
||||
// (new UpdateActivity($this->payload, $this->profile))->handle();
|
||||
|
|
Loading…
Reference in a new issue