]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub.php
Merge pull request #9772 from annando/deliver-via-ap
[friendica.git] / src / Protocol / ActivityPub.php
index 5cbaf92357fcd86f9a04333a38df1d08d8d4020d..45279576b7aaae56dbf0316863a71ef898e3c9cf 100644 (file)
@@ -116,7 +116,7 @@ class ActivityPub
                        case 'Tombstone':
                                $accounttype = User::ACCOUNT_TYPE_DELETED;
                                break;
-                       }
+               }
 
                return $accounttype;
        }