mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-26 01:36:43 +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':
|
case 'Flag':
|
||||||
$this->handleFlagActivity();
|
$this->handleFlagActivity();
|
||||||
break
|
break;
|
||||||
|
|
||||||
// case 'Update':
|
// case 'Update':
|
||||||
// (new UpdateActivity($this->payload, $this->profile))->handle();
|
// (new UpdateActivity($this->payload, $this->profile))->handle();
|
||||||
|
|
Loading…
Reference in a new issue