mirror of
https://github.com/friendica/friendica
synced 2025-04-26 18:30:11 +00:00
Removed and replaced deprecated functionalities
This commit is contained in:
parent
cfac13790b
commit
eb1b2256a0
12 changed files with 29 additions and 230 deletions
|
@ -38,16 +38,8 @@ 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;
|
||||
/** @var int Notification about being tagged
|
||||
* @deprecated
|
||||
*/
|
||||
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue