Skip to content

Commit e64e784

Browse files
author
Philip Brechler
committed
Don't show email adresses to slack users
1 parent 24ae898 commit e64e784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/invite_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def notify_slack(first_name,last_name,email)
194194
if ENV["SLACK_WEBHOOK_URL"]
195195
notifier = Slack::Notifier.new ENV["SLACK_WEBHOOK_URL"], username: "Boarding Bot"
196196

197-
notifier.ping text: "Added new tester to TestFlight App #{app_metadata[:title]}: #{email} - #{first_name} #{last_name}", icon_emoji: ":airplane:"
197+
notifier.ping text: "Added new tester to TestFlight App #{app_metadata[:title]}: #{first_name} #{last_name}", icon_emoji: ":airplane:"
198198
end
199199
end
200200

0 commit comments

Comments
 (0)