Commit 7fcbe37d authored by Lin Jen-Shin's avatar Lin Jen-Shin

Specify that iOS app would also do this

parent d15b7db1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment