discourse/plugins/chat/app
Joffrey JAFFEUX a1d7548869
FIX: prevents exception when last reply has deleted user (#25852)
Prior to this fix, if the last message of a thread had been made by a deleted user it would cause an exception as we would have no user to display, this commit uses a solution we have been using at other places: the null pattern, through the use of `Chat::NullUser.new`.
2024-02-26 10:44:54 +08:00
..
controllers/chat DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
helpers/chat DEV: chat streaming (#25736) 2024-02-20 09:49:19 +01:00
jobs PERF: Avoid loading the whole record when we only need id (#25301) 2024-01-18 08:50:26 +08:00
models DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
policies DEV: Migrate `Chat::MessageCreator` to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat FIX: allows to query a username made of integers (#25815) 2024-02-22 14:53:47 +01:00
serializers/chat FIX: prevents exception when last reply has deleted user (#25852) 2024-02-26 10:44:54 +08:00
services DEV: adds a `chat_can_create_direct_message_channel` modifier (#25840) 2024-02-23 14:35:02 +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