]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticestream.php
Merge branch 'nightly' into 'nightly'
[quix0rs-gnu-social.git] / lib / noticestream.php
index 2b04a89ca4297c4ba905634af275f2f4ec188626..72325a0fe484f505febe8a2d81f90f1d18cba54c 100644 (file)
@@ -48,9 +48,9 @@ abstract class NoticeStream
     public function __construct()
     {
         foreach ($this->selectVerbs as $key=>$val) {
-            // to avoid database inconsistency issues we select both relative and absolute verbs
             $this->selectVerbs[ActivityUtils::resolveUri($key)] = $val;
-            $this->selectVerbs[ActivityUtils::resolveUri($key, true)] = $val;
+            // to avoid database inconsistency issues we can select both relative and absolute verbs
+            //$this->selectVerbs[ActivityUtils::resolveUri($key, true)] = $val;
         }
     }