mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Move Notify::TYPE_TAGSELF
This commit is contained in:
parent
bd0be96fb3
commit
51260f234f
4 changed files with 10 additions and 5 deletions
|
@ -19,4 +19,10 @@ class Type
|
|||
const MAIL = 16;
|
||||
/** @var int Notification about a friend suggestion */
|
||||
const SUGGEST = 32;
|
||||
/** @var int Unknown Notification
|
||||
* @deprecated
|
||||
*/
|
||||
const PROFILE = 64;
|
||||
/** @var int Notification about being tagged in a post */
|
||||
const TAG_SELF = 128;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue