mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: admins can clear screend emails if needed
This commit is contained in:
@@ -4,7 +4,8 @@ class ScreenedEmailSerializer < ApplicationSerializer
|
||||
:match_count,
|
||||
:last_match_at,
|
||||
:created_at,
|
||||
:ip_address
|
||||
:ip_address,
|
||||
:id
|
||||
|
||||
def action
|
||||
ScreenedEmail.actions.key(object.action_type).to_s
|
||||
|
||||
Reference in New Issue
Block a user