Skip to content

Fix shortId validation. No longer support for shortIds of spaces

Tim Dahmen requested to merge fix-shortIdWithSpaces into master

Before this MR it was possible to create Rooms with multiple spaces as shortId, due the length validation before the .trim() call

Merge request reports