We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e12eb0 commit 13aa433Copy full SHA for 13aa433
app/decorators/message_decorator.rb
@@ -1,4 +1,7 @@
1
# frozen_string_literal: true
2
3
module MessageDecorator
4
+ def from
5
+ super&.gsub(/@[a-zA-Z.\-]+/, '@...')
6
+ end
7
end
0 commit comments