discourse/plugins/chat/app/models
David Battersby e771382c1c
DEV: active record validations for maxlength on text columns (#23499)
Introduce max length on text columns for description and slug fields within chat.

At a later date we will probably want to convert these text columns to string/varchar through a migration, but for now this change introduces a limit within the active record model.
2023-09-11 17:05:02 +08:00
..
chat DEV: active record validations for maxlength on text columns (#23499) 2023-09-11 17:05:02 +08:00
concerns/chat FEATURE: Thread indicator improvements and participants (#21909) 2023-06-15 10:49:27 +10:00