discourse/plugins/chat/app
Martin Brennan 482ef0782d
FIX: Do not allow blank chat messages (#21968)
This fixes an issue where a user could send an empty
string as a chat message .e.g '   ' and the message would
be posted. We don't want this, we need to strip the message
first before validating for length etc.
2023-06-08 16:06:09 +10:00
..
controllers/chat FIX: call composer reset with correct params (#21777) 2023-05-30 18:37:30 +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: Do not allow blank chat messages (#21968) 2023-06-08 16:06:09 +10:00
policies DEV: Add policy objects to services 2023-05-25 12:34:00 +02:00
queries/chat FIX: auto fill was not happening on first load (#21809) 2023-05-29 17:34:44 +02:00
serializers/chat FIX: removes destroyed mentioned used (#21841) 2023-05-31 00:21:09 +02:00
services FIX: Page size edge case for null last_read_message_id (#21811) 2023-05-29 20:12:01 +02:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views