Move Notify::TYPE_TAGSELF

This commit is contained in:
nupplaPhil 2020-02-04 22:13:06 +01:00
parent bd0be96fb3
commit 51260f234f
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
4 changed files with 10 additions and 5 deletions

View file

@ -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;
}