diff options
author | Stan Hu <stanhu@gmail.com> | 2016-10-23 21:17:23 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-10-23 21:35:52 -0700 |
commit | 59ed1d3cbbf6c89fde202889af798fc189035313 (patch) | |
tree | d23844cbdc785e6871c8c58ff1852d16b3be7e21 /CHANGELOG.md | |
parent | a98ad03ba18da0b1534f36dafafa9a1c644d0bf1 (diff) | |
download | gitlab-ce-59ed1d3cbbf6c89fde202889af798fc189035313.tar.gz |
Fix reply-by-email not working due to queue name mismatchsh-fix-mailroom-config
mail_room was configured to deliver mail to the `incoming_email`
queue while `EmailReceiveWorker` was reading the `email_receiver`
queue. Adds a migration that repeats the work of a previous
migration to ensure all mails that wound up in the old
queue get processed.
Closes #23689
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b25431278bd..99f03536f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Please view this file on the master branch, on stable branches it's out of date. ## 8.13.1 (unreleased) - Fix error in generating labels + - Fix reply-by-email not working due to queue name mismatch ## 8.13.0 (2016-10-22) |