您好!
我们如何在 Ruby 中获取所有通知类型为“watching”的用户?
您好!
我们如何在 Ruby 中获取所有通知类型为“watching”的用户?
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.