Move Notify::TYPE_SHARE

This commit is contained in:
nupplaPhil 2020-02-04 22:21:02 +01:00
parent a78e19ea76
commit c6915dc672
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
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;
}