mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Log when facebook doesn't provide an email address
This commit is contained in:
@@ -22,7 +22,8 @@ class UserHistory < ActiveRecord::Base
|
||||
:notified_about_sequential_replies,
|
||||
:notified_about_dominating_topic,
|
||||
:suspend_user,
|
||||
:unsuspend_user)
|
||||
:unsuspend_user,
|
||||
:facebook_no_email)
|
||||
end
|
||||
|
||||
# Staff actions is a subset of all actions, used to audit actions taken by staff users.
|
||||
|
||||
Reference in New Issue
Block a user