Forgot NoticestreamAction, thanks roland.

This commit is contained in:
Mikael Nordfeldth 2015-07-04 00:02:05 +02:00
parent 3f3482f017
commit 5424c82423
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
if (!defined('GNUSOCIAL')) { exit(1); }
interface NoticestreamAction
{
// this fetches the NoticeStream
public function getStream();
}