]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/inboxnoticestream.php
Removed Inbox from core (unused since 4b2a66ed29091209c05d74755e42f96265c846ce)
[quix0rs-gnu-social.git] / lib / inboxnoticestream.php
index 0eb791d70a45823a140629e235b20b75d4ccf26f..a8633314d55a2834ab2ea425d7157bec14aca672 100644 (file)
@@ -57,8 +57,7 @@ class InboxNoticeStream extends ScopingNoticeStream
         if ($scoped === null) {
             $scoped = Profile::current();
         }
-        // Note: we don't use CachingNoticeStream since RawInboxNoticeStream
-        // uses Inbox::getKV(), which is cached.
+        // FIXME: we don't use CachingNoticeStream - but maybe we should?
         parent::__construct(new RawInboxNoticeStream($target), $scoped);
     }
 }