获取所有通知类型为 watching 的用户

Hi!,
How do we get all the users who have “watching” as notification type in ruby?

CategoryUser.where(notification_level: CategoryUser.notification_levels[:watching]).pluck(:user_id)

CategoryUser.where(notification_level: CategoryUser.notification_levels[:watching_first_post]).pluck(:user_id)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.