discourse/app
Arpit Jalan d237ada12f
FIX: enqueue PostCreator jobs outside transaction block (#11120)
The `enqueue_jobs` is not correctly post-processing the post since the
post is being created inside a transaction block. This commit explicitly
enqueues the job outside transaction block.
2020-11-04 21:41:05 +05:30
..
assets FIX: group notification level cannot be null (#11109) 2020-11-04 07:29:00 +05:30
controllers FIX: Show error message if user is already silenced or suspended (#10988) 2020-11-03 17:38:56 +02:00
helpers Replace base_uri with base_path (#10879) 2020-10-09 12:51:24 +01:00
jobs FIX: enqueue PostCreator jobs outside transaction block (#11120) 2020-11-04 21:41:05 +05:30
mailers FIX: Ensure group SMTP and message builder always uses from address for Reply-To when IMAP is enabled (#11037) 2020-10-28 07:01:58 +10:00
models DEV: Remove legacy tag and category routes (#10338) 2020-11-03 16:57:58 +02:00
serializers FIX: Only include last_posted_at if there's a topic_user object. (#11011) 2020-10-23 11:31:59 -03:00
services DEV: Cleanup ignored user logic (#11107) 2020-11-03 12:38:54 +00:00
views Revert "FEATURE: Upgrade analytics.js to gtag.js (#10893)" (#10910) 2020-10-13 12:20:41 -05:00