discourse/plugins/chat/app
Joffrey JAFFEUX a884842fa5
FIX: do not use return in block (#26260)
We were incorrectly using `return` in a block which was causing exceptions at runtime. These exceptions were not causing much issues as they are in defer block.

While working on writing a test for this specific case, I noticed that our `upsert_custom_fields` function was using rails `update_all` which is not updating the `updated_at` timestamp. This commit also fixes it and adds a test for it.
2024-03-20 10:49:28 +01:00
..
controllers/chat PERF: defer loading channels (#26155) 2024-03-18 08:35:07 +01:00
helpers/chat DEV: removes default service actions (#26078) 2024-03-07 12:10:43 +01:00
jobs FIX: Use user's locale for chat push notifications (#26107) 2024-03-08 15:18:47 -06:00
models FEATURE: allows to force a thread (#25987) 2024-03-06 12:03:42 +01:00
policies DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat FEATURE: allows to force a thread (#25987) 2024-03-06 12:03:42 +01:00
serializers/chat FEATURE: allows to force a thread (#25987) 2024-03-06 12:03:42 +01:00
services FIX: do not use return in block (#26260) 2024-03-20 10:49:28 +01:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views FIX: correctly uses private_email site setting in chat (#24528) 2023-11-23 15:54:22 +01:00