discourse/app
Bianca Nenciu 300db3d3fa
FIX: Update draft count after creating a post (#13884)
When a post is created, the draft sequence is increased and then older
drafts are automatically executing a raw SQL query. This skipped the
Draft model callbacks and did not update user's draft count.

I fixed another problem related to a raw SQL query from Draft.cleanup!
method.
2021-07-29 17:06:11 +03:00
..
assets FIX: Add users-directory-controls outlet to mobile template (#13883) 2021-07-29 14:40:36 +01:00
controllers FIX: allows authentication data to be present in bootstrap (#13885) 2021-07-29 15:01:11 +02:00
helpers FIX: Assets for the theme tests page are not compressed (#13736) 2021-07-14 22:52:35 +03:00
jobs DEV: Move private message topic tracking state publish into sidekiq. 2021-07-29 14:57:19 +08:00
mailers UX: suspend forever time period messages (#13776) 2021-07-20 14:42:08 +04:00
models FIX: Update draft count after creating a post (#13884) 2021-07-29 17:06:11 +03:00
serializers FEATURE: Show draft count in user menu and activity (#13812) 2021-07-27 14:05:33 +03:00
services FIX: Reduce input of to_tsvector to follow limits (#13806) 2021-07-28 18:25:14 +03:00
views FIX: use correct URL in schema markup for post images. (#13847) 2021-07-26 21:39:51 +05:30