tafreehm Well-known member Licensed customer Jan 9, 2019 #1 I wanted to know how many users have this feature enabled. How do I check that?
Mike XenForo developer Staff member Licensed customer Jan 9, 2019 #2 This should do it: Code: SELECT COUNT(DISTINCT user_id) FROM xf_user_push_subscription; Upvote 0 Downvote
tafreehm Well-known member Licensed customer Jan 9, 2019 #3 Mike said: This should do it: Code: SELECT COUNT(DISTINCT user_id) FROM xf_user_push_subscription; Click to expand... Thanks Mike. Anyway to know that in the admin panel tho? Upvote 0 Downvote
Mike said: This should do it: Code: SELECT COUNT(DISTINCT user_id) FROM xf_user_push_subscription; Click to expand... Thanks Mike. Anyway to know that in the admin panel tho?
Mike XenForo developer Staff member Licensed customer Jan 9, 2019 #4 That would require an add-on. Upvote 0 Downvote