Skip to content
Snippets Groups Projects
Commit 7fcbe37d authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Specify that iOS app would also do this

parent d15b7db1
No related branches found
No related tags found
1 merge request!8620Fix References header parser for Microsoft Exchange
Pipeline #
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment