Ver código fonte

Update inbox

Daniel Supernault 2 anos atrás
pai
commit
e7f7072349
1 arquivos alterados com 1 adições e 1 exclusões
  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();