discourse/plugins/chat/app/models
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
..
chat FIX: Do not allow blank chat messages (#21968) 2023-06-08 16:06:09 +10:00
concerns/chat FEATURE: Reintroduce better thread reply counter cache (#21197) 2023-04-24 09:32:04 +10:00