Forgot NoticestreamAction, thanks roland.
This commit is contained in:
parent
3f3482f017
commit
5424c82423
9
lib/noticestreamaction.php
Normal file
9
lib/noticestreamaction.php
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
if (!defined('GNUSOCIAL')) { exit(1); }
|
||||||
|
|
||||||
|
interface NoticestreamAction
|
||||||
|
{
|
||||||
|
// this fetches the NoticeStream
|
||||||
|
public function getStream();
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user