浏览代码

Update inbox

Daniel Supernault 2 年之前
父节点
当前提交
e7f7072349
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();