discourse/app
Martin Brennan 6c155dba77
FIX: Stop incorrect emailing of group email from PostAlerter (#11723)
Fixes bug introduced by bd25627198

What happens is we send notifications to everyone involved in the group inbox topic about new posts, however we pass the param `skip_send_email_to: email_addresses`. In the above commit I removed the group email address from this `email_addresses` array. This breaks the IMAP inbox because we email the group with the reply, and the IMAP sync tool finds this email and opens a new unrelated topic with it.
2021-01-15 14:31:59 +10:00
..
assets UX: Stop attempts to convert the default theme to a component by removing button 2021-01-14 17:20:20 -08:00
controllers FIX: Prevent users from converting the default theme to a component 2021-01-14 17:20:20 -08:00
helpers UX: Use appropriate logo on static pages (#11211) 2020-11-12 10:50:55 -08:00
jobs FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
mailers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
models FIX: IMAP post alerter race condition and code improvements (#11711) 2021-01-15 10:54:46 +10:00
serializers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
services FIX: Stop incorrect emailing of group email from PostAlerter (#11723) 2021-01-15 14:31:59 +10:00
views FIX: Safari iOS page title and url regression when sharing (#11699) 2021-01-13 11:10:43 -05:00