mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Move Notify::TYPE_TAGSHARE
This commit is contained in:
parent
51260f234f
commit
bee110dc0b
3 changed files with 5 additions and 2 deletions
|
@ -25,4 +25,8 @@ class Type
|
|||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue