1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00

Update inbox

This commit is contained in:
Daniel Supernault 2023-04-24 06:32:22 -06:00
parent 383c6fe8ee
commit e7f7072349
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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();