Remove poke feature

This commit is contained in:
Hypolite Petovan 2022-08-09 13:21:42 -04:00
parent 119da8b58b
commit 4a885a13a6
27 changed files with 46 additions and 526 deletions

View file

@ -40,7 +40,7 @@ class Type
const SUGGEST = 32;
/** @var int Notification about being tagged in a post */
const TAG_SELF = 128;
/** @var int Notification about getting poked/prodded/etc. */
/** @var int Notification about getting poked/prodded/etc. (Obsolete) */
const POKE = 512;
/** @var int Notification about either a contact had posted something directly or the contact is a mentioned forum */
const SHARE = 1024;