https://github.com/Lantern-chat/server/commit/540fa174f8f0bb41a8fa90bc1b8eb121e253db49 removed in-database text limits, since PostgreSQL doesn't distinguish their representation anyway and we want them to be configurable. Therefore, limits must be handled in application logic using a configuration object. - [ ] Usernames - [ ] Custom Status - [ ] Biography - [x] Party Name - [ ] Nickname - [ ] Profile fields - [x] Room Names - [ ] Room Topics - [ ] Emote names - [ ] Emote alts - [ ] Role names - [ ] Friend notes
540fa17 removed in-database text limits, since PostgreSQL doesn't distinguish their representation anyway and we want them to be configurable.
Therefore, limits must be handled in application logic using a configuration object.