mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added membersLastSeenFilter
labs flag
refs https://github.com/TryGhost/Team/issues/1307 - flag for gating `members.last_seen_at` API property and associated filtering in Admin
This commit is contained in:
parent
ddaa4ee5e1
commit
2f7456790e
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ const ALPHA_FEATURES = [
|
|||
'improvedOnboarding',
|
||||
'tierWelcomePages',
|
||||
'tierName',
|
||||
'membersTableStatus'
|
||||
'membersTableStatus',
|
||||
'membersLastSeenFilter'
|
||||
];
|
||||
|
||||
module.exports.GA_KEYS = [...GA_FEATURES];
|
||||
|
|
Loading…
Reference in a new issue