discourse/app
David Taylor 643193d2f0
DEV: Resolve user_option deprecation (#23082)
Setting user_options directly on the user object is deprecated (see https://github.com/discourse/discourse/blob/0b56af6f58/app/assets/javascripts/discourse/app/models/user.js#L150-L165). We're already setting it in the correct way a few lines later, so this line can be removed.
2023-08-14 13:19:03 +01:00
..
assets DEV: Resolve user_option deprecation (#23082) 2023-08-14 13:19:03 +01:00
controllers FEATURE: Stream topic summaries. (#23065) 2023-08-11 15:08:49 -03:00
helpers DEV: Correctly strip sourcemap URL from splash-screen js (#22879) 2023-07-31 16:49:27 +01:00
jobs FEATURE: Stream topic summaries. (#23065) 2023-08-11 15:08:49 -03:00
mailers FIX: Order tags shown in email subject by topics count and name (#22586) 2023-07-13 15:39:58 +08:00
models FEATURE: add topic voting webhook event type (#23072) 2023-08-11 13:42:28 -03:00
serializers FEATURE: Stream topic summaries. (#23065) 2023-08-11 15:08:49 -03:00
services FEATURE: Stream topic summaries. (#23065) 2023-08-11 15:08:49 -03:00
views PERF: Avoid calling the same translation twice when rendering lists view (#22976) 2023-08-04 13:38:41 +08:00