]> git.mxchange.org Git - friendica.git/commitdiff
Standards
authorMichael <heluecht@pirati.ca>
Sat, 23 Jul 2022 14:10:07 +0000 (14:10 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 23 Jul 2022 14:10:07 +0000 (14:10 +0000)
src/Protocol/ActivityPub/Processor.php
src/Protocol/ActivityPub/Queue.php

index 4b02ae8103939178d56102d2e6cb5cca2782d659..1a7458c0e43cc604a27c8005953c56b4c8e313a1 100644 (file)
@@ -282,7 +282,7 @@ class Processor
 
                if (!empty($activity['context'])) {
                        $item['conversation'] = $activity['context'];
-               } elseif(!empty($activity['conversation'])) {
+               } elseif (!empty($activity['conversation'])) {
                        $item['conversation'] = $activity['conversation'];
                }
 
index 279f2108b7f1bb3c11103cb8d448590f946b05e5..6d0bed3e1ce8f0ca7734c9a04009b26f16877a3d 100644 (file)
@@ -59,7 +59,7 @@ class Queue
 
                if (!empty($activity['context'])) {
                        $fields['conversation'] = $activity['context'];
-               } elseif(!empty($activity['conversation'])) {
+               } elseif (!empty($activity['conversation'])) {
                        $fields['conversation'] = $activity['conversation'];
                }