discourse/plugins/chat/app
Loïc Guitaut 229773e7a8 DEV: Drop OpenStruct for the context object in services
While using `OpenStruct` is nice, it’s generally not a very good idea as
it usually leads to performance problems.

The `OpenStruct` source code even says basically to avoid it.

Since the context object is crucial in our services, this patch replaces
`OpenStruct` with a custom implementation instead.
2024-10-08 10:34:55 +02:00
..
controllers/chat DEV: Make params explicit for services in controllers 2024-10-03 16:56:39 +09:00
jobs DEV: cleanup chat desktop notification data (#28943) 2024-10-03 12:43:17 +04:00
models SECURITY: Correctly parse URLs in chat excerpts 2024-10-07 11:48:41 +08:00
queries/chat FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
serializers/chat FEATURE: Convert chat plugin UI to new show plugin and admin UI guidelines (#28632) 2024-09-10 15:16:16 +10:00
services/chat DEV: Drop OpenStruct for the context object in services 2024-10-08 10:34:55 +02:00
validators/chat FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
views PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00