Don't send @mention dmails when updating forum after approving BURs.
This commit is contained in:
@@ -3,6 +3,7 @@ class ForumPost < ApplicationRecord
|
||||
|
||||
attr_accessible :body, :topic_id, :as => [:member, :builder, :gold, :platinum, :admin, :moderator, :default]
|
||||
attr_accessible :is_locked, :is_sticky, :is_deleted, :as => [:admin, :moderator]
|
||||
attr_accessor :skip_mention_notifications # used by `Mentionable::queue_mention_messages`
|
||||
attr_readonly :topic_id
|
||||
belongs_to :creator, :class_name => "User"
|
||||
belongs_to :updater, :class_name => "User"
|
||||
|
||||
Reference in New Issue
Block a user