Browse Source

Update inbox

Daniel Supernault 2 years ago
parent
commit
e7f7072349
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Util/ActivityPub/Inbox.php

+ 1 - 1
app/Util/ActivityPub/Inbox.php

@@ -125,7 +125,7 @@ class Inbox
 
 			case 'Flag':
 				$this->handleFlagActivity();
-				break
+				break;
 
 			// case 'Update':
 			// 	(new UpdateActivity($this->payload, $this->profile))->handle();