mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10:10 +00:00
Move Notify::TYPE_POKE
This commit is contained in:
parent
bee110dc0b
commit
a78e19ea76
5 changed files with 5 additions and 4 deletions
|
@ -29,4 +29,6 @@ class Type
|
|||
* @deprecated
|
||||
*/
|
||||
const TAG_SHARE = 256;
|
||||
/** @var int Notification about getting poked/prodded/etc. */
|
||||
const POKE = 512;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue