mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Preparation to be able to store "announce" activities
This commit is contained in:
parent
ed4a9f8b8a
commit
cbe574f6f6
3 changed files with 4 additions and 2 deletions
|
@ -92,7 +92,7 @@ class Item extends BaseObject
|
|||
|
||||
// Never reorder or remove entries from this list. Just add new ones at the end, if needed.
|
||||
// The item-activity table only stores the index and needs this array to know the matching activity.
|
||||
const ACTIVITIES = [ACTIVITY_LIKE, ACTIVITY_DISLIKE, ACTIVITY_ATTEND, ACTIVITY_ATTENDNO, ACTIVITY_ATTENDMAYBE, ACTIVITY_FOLLOW];
|
||||
const ACTIVITIES = [ACTIVITY_LIKE, ACTIVITY_DISLIKE, ACTIVITY_ATTEND, ACTIVITY_ATTENDNO, ACTIVITY_ATTENDMAYBE, ACTIVITY_FOLLOW, ACTIVITY2_ANNOUNCE];
|
||||
|
||||
private static $legacy_mode = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue