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