Move Notify::TYPE_WALL
This commit is contained in:
@@ -7,8 +7,10 @@ namespace Friendica\Model\Notify;
|
||||
*/
|
||||
class Type
|
||||
{
|
||||
/** @var int Introduction notifications */
|
||||
/** @var int Notification about a introduction */
|
||||
const INTRO = 1;
|
||||
/** @var int Notification about a confirmed introduction */
|
||||
const CONFIRM = 2;
|
||||
/** @var int Notification about a post on your wall */
|
||||
const WALL = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user