diff options
author | Mario <mario@mariovavti.com> | 2020-05-15 13:16:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-05-15 13:16:07 +0000 |
commit | c358d8326e48ceaa7c36c794a59b2a4a2256fd9a (patch) | |
tree | f253a1782e9e04901316e524ac450b1340b7065c /Zotlabs/Daemon/Notifier.php | |
parent | f40fedcad69d23b33e8688c6230bc43cfc4f98dd (diff) | |
download | volse-hubzilla-c358d8326e48ceaa7c36c794a59b2a4a2256fd9a.tar.gz volse-hubzilla-c358d8326e48ceaa7c36c794a59b2a4a2256fd9a.tar.bz2 volse-hubzilla-c358d8326e48ceaa7c36c794a59b2a4a2256fd9a.zip |
whitespace
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index 6e4038fd7..8993d8aee 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -368,10 +368,10 @@ class Notifier { } else { $activity = array_merge(['@context' => [ - ACTIVITYSTREAMS_JSONLD_REV, - 'https://w3id.org/security/v1', - z_root() . ZOT_APSCHEMA_REV - ]], Activity::encode_activity($target_item) + ACTIVITYSTREAMS_JSONLD_REV, + 'https://w3id.org/security/v1', + z_root() . ZOT_APSCHEMA_REV + ]], Activity::encode_activity($target_item) ); } @@ -637,7 +637,7 @@ class Notifier { } // singleton deliveries by definition 'not got zot'. - // Single deliveries are other federated networks (plugins) and we're essentially + // Single deliveries are other federated networks (plugins) and we're essentially // delivering only to those that have this site url in their abook_instance // and only from within a sync operation. This means if you post from a clone, // and a connection is connected to one of your other clones; assuming that hub |