mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Move Notify::TYPE_WALL
This commit is contained in:
parent
6e45514e2c
commit
b86ad37001
5 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue