Specify that iOS app would also do this

This commit is contained in:
Lin Jen-Shin 2017-01-20 20:20:40 +08:00
parent d15b7db121
commit 7fcbe37df3
1 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,9 @@ module Gitlab
case references
when Array
references
when String # Handle emails from Microsoft exchange which uses commas
when String
# Handle emails from clients which append with commas,
# example clients are Microsoft exchange and iOS app
Gitlab::IncomingEmail.scan_fallback_references(references)
end
end