mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Move Notify::TYPE_COMMENT
This commit is contained in:
parent
b86ad37001
commit
e6fb044e60
5 changed files with 11 additions and 10 deletions
|
@ -13,4 +13,6 @@ class Type
|
|||
const CONFIRM = 2;
|
||||
/** @var int Notification about a post on your wall */
|
||||
const WALL = 4;
|
||||
/** @var int Notification about a followup comment */
|
||||
const COMMENT = 8;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue