Move Notify::TYPE_SHARE

This commit is contained in:
nupplaPhil
2020-02-04 22:21:02 +01:00
parent a78e19ea76
commit c6915dc672
3 changed files with 5 additions and 4 deletions

View File

@@ -31,4 +31,6 @@ class Type
const TAG_SHARE = 256;
/** @var int Notification about getting poked/prodded/etc. */
const POKE = 512;
/** @var int Notification about either a contact had posted something directly or the contact is a mentioned forum */
const SHARE = 1024;
}