Browse Source

Update inbox

Daniel Supernault 2 năm trước cách đây
mục cha
commit
e7f7072349
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();