mirror of
https://github.com/friendica/friendica
synced 2024-11-10 08:22:57 +00:00
Store the follow activity in the "item-activity" table
This commit is contained in:
parent
ef0545645a
commit
2df2f623e1
1 changed files with 1 additions and 1 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];
|
||||
const ACTIVITIES = [ACTIVITY_LIKE, ACTIVITY_DISLIKE, ACTIVITY_ATTEND, ACTIVITY_ATTENDNO, ACTIVITY_ATTENDMAYBE, ACTIVITY_FOLLOW];
|
||||
|
||||
private static $legacy_mode = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue