Move Notify::TYPE_COMMENT

This commit is contained in:
nupplaPhil 2020-02-04 22:09:00 +01:00
parent b86ad37001
commit e6fb044e60
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
5 changed files with 11 additions and 10 deletions

View file

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