FEATURE: Welcome moderator message - add copy! (#8246)

This commit is contained in:
Mark VanLandingham
2019-10-28 08:58:45 -05:00
committed by GitHub
parent 6de49b88df
commit 437edfc415
3 changed files with 13 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ module Roleable
def grant_moderation!
set_permission('moderator', true)
enqueue_welcome_moderator_message
end
def revoke_moderation!