post replacement: don't send @mention dmails to replacer.

This commit is contained in:
evazion
2017-05-16 22:49:09 -05:00
parent a3db5ba346
commit 402caf6168
2 changed files with 6 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ class PostReplacement < ActiveRecord::Base
module PresenterMethods
def comment_replacement_message
"@#{creator.name} replaced this post with a new image:\n\n#{replacement_message}"
%("#{creator.name}":[/users/#{creator.id}] replaced this post with a new image:\n\n#{replacement_message})
end
def modaction_replacement_message