diff --git a/app/views/notifier/mentioned.html.haml b/app/views/notifier/mentioned.html.haml
index b0991e858..22f895c17 100644
--- a/app/views/notifier/mentioned.html.haml
+++ b/app/views/notifier/mentioned.html.haml
@@ -4,7 +4,7 @@
= "#{@sender.name} (#{@sender.diaspora_handle})"
= t('.mentioned')
%p
- = @post.message
+ = @post.formatted_message(:plain_text => true)
%p
%br