]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Receiver.php
Merge pull request #13070 from xundeenergie/fix-share-via
[friendica.git] / src / Protocol / ActivityPub / Receiver.php
index 204e631c9bf01196f81542d6cc7d986edfcf623d..c11ff83bd985e35603f731244fd79a78f4bbf0f3 100644 (file)
@@ -1169,7 +1169,7 @@ class Receiver
                                                case 'as:audience':
                                                        $type = self::TARGET_AUDIENCE;
                                                        break;
-                                               }
+                                       }
 
                                        $receivers[$contact['uid']] = ['uid' => $contact['uid'], 'type' => $type];
                                }