discourse/plugins/chat/app
Martin Brennan 2b4dc97551
FIX: Do not error if admin/owner checks target message (#21721)
In the ChannelViewBuilder, we introduced a check to see if
the target message exists, which errors if the message has
been trashed. However if the user is the creator of the message
or admin then they are able to see trashed messages, so
we need to take this into account.
2023-05-24 12:01:41 +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: Do not error if admin/owner checks target message (#21721) 2023-05-24 12:01:41 +02:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views