]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Forgot NoticestreamAction, thanks roland.
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 3 Jul 2015 22:02:05 +0000 (00:02 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 3 Jul 2015 22:02:05 +0000 (00:02 +0200)
lib/noticestreamaction.php [new file with mode: 0644]

diff --git a/lib/noticestreamaction.php b/lib/noticestreamaction.php
new file mode 100644 (file)
index 0000000..e064b28
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+if (!defined('GNUSOCIAL')) { exit(1); }
+
+interface NoticestreamAction
+{
+    // this fetches the NoticeStream
+    public function getStream();
+}