discourse/plugins/chat/app
Joffrey JAFFEUX 2befff5101
FIX: nullifies target message id when not readable (#24540)
This bug was very reproducible when your last read was a message you didn't read and an admin would delete it. When coming back to the channel you would get a not found, in this case we will now reset last read and present you the last message of the channel.

We could be more fancy and  try to detect the next readable message but that would be more code and complexity for such a rare case.
2023-11-24 11:46:00 +01:00
..
controllers/chat FEATURE: implements drafts for threads (#24483) 2023-11-22 11:54:23 +01:00
helpers/chat FEATURE: Mark all chat channels read with a shortcut (#20629) 2023-03-22 13:24:07 +10:00
jobs DEV: cooks messages synchronously (#24510) 2023-11-22 13:00:23 +01:00
models FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
policies DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
serializers/chat FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
services FIX: nullifies target message id when not readable (#24540) 2023-11-24 11:46:00 +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