0
Fork 0
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:
Kevin Ansfield 2022-02-21 11:48:23 +00:00
parent ddaa4ee5e1
commit 2f7456790e

View file

@ -34,7 +34,8 @@ const ALPHA_FEATURES = [
'improvedOnboarding',
'tierWelcomePages',
'tierName',
'membersTableStatus'
'membersTableStatus',
'membersLastSeenFilter'
];
module.exports.GA_KEYS = [...GA_FEATURES];