mirror of
https://github.com/friendica/friendica
synced 2025-04-26 18:30:11 +00:00
Move Notify::TYPE_CONFIRM
This commit is contained in:
parent
cfd50f9abb
commit
6e45514e2c
5 changed files with 8 additions and 6 deletions
|
@ -9,4 +9,6 @@ class Type
|
|||
{
|
||||
/** @var int Introduction notifications */
|
||||
const INTRO = 1;
|
||||
/** @var int Notification about a confirmed introduction */
|
||||
const CONFIRM = 2;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue