discourse/plugins/chat/spec
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
..
components/chat FEATURE: add grace period for chat edits (#23800) 2023-10-23 16:40:30 +08:00
fabricators DEV: uses alphanumeric to avoid flakey specs (#24344) 2023-11-13 14:54:26 +01:00
integration DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
jobs DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
lib FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
mailers FIX: correctly uses private_email site setting in chat (#24528) 2023-11-23 15:54:22 +01:00
models DEV: Modernise highlightjs loading (#24197) 2023-11-10 20:39:48 +00:00
policies/chat/channel DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
queries/chat DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
requests FEATURE: implements drafts for threads (#24483) 2023-11-22 11:54:23 +01:00
serializer DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00
services FIX: nullifies target message id when not readable (#24540) 2023-11-24 11:46:00 +01:00
support FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
system FEATURE: implements drafts for threads (#24483) 2023-11-22 11:54:23 +01:00
validators DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
plugin_helper.rb FEATURE: implements drafts for threads (#24483) 2023-11-22 11:54:23 +01:00
plugin_spec.rb DEV: Allow fab! without block (#24314) 2023-11-09 16:47:59 -06:00