discourse/plugins/chat/app
Martin Brennan 177d8dfcd1
FIX: Improve chat membership update on deleted message (#21716)
Followup to c908eeacc9

Instead of using the latest message ID in the channel, which
could cause issues if you have an earlier last read message ID
that matches the deleted one, instead we use the first non-deleted
message that comes before the deleted message by ID.
2023-05-24 10:31:15 +02:00
..
controllers/chat FIX: Page size check for thread messages (#21692) 2023-05-23 11:59:19 +02:00
helpers/chat FEATURE: Mark all chat channels read with a shortcut (#20629) 2023-03-22 13:24:07 +10:00
jobs FIX: Don't autojoin users when they have ready-only permissions (#20213) 2023-05-10 08:45:13 -03:00
models FIX: Improve chat membership update on deleted message (#21716) 2023-05-24 10:31:15 +02:00
queries/chat DEV: Chat API channel#show changes for threading (#21632) 2023-05-22 13:59:46 +02:00
serializers/chat DEV: Chat API channel#show changes for threading (#21632) 2023-05-22 13:59:46 +02:00
services FIX: Improve chat membership update on deleted message (#21716) 2023-05-24 10:31:15 +02:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views