tafreehm Well-known member 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 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 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?