discourse/plugins/chat/app
David Battersby c62d3610c6
PERF: Reduce overhead from chat message excerpt (#26712)
This change moves the chat message excerpt into a new database column (string) on the chat_messages table.

As part of this change, we will now set the excerpt within the `Chat::CreateMessage` service, and update it within the `Chat::UpdateMessage` service.
2024-04-25 14:29:00 +02:00
..
controllers/chat FEATURE: implements last read message for threads (#26702) 2024-04-25 10:47:54 +02:00
jobs DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
models PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02: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 PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
services/chat PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views UX: update to variable text color for variable background (#26676) 2024-04-18 14:12:16 -04:00