vicariousdrama / cornychat

🌽 Corny Chat is an open source audio space built on Jam that integrates Nostr and Lightning
https://cornychat.com
GNU Affero General Public License v3.0
21 stars 6 forks source link

Room names less than 4 characters dont give user adequate info #14

Closed vicariousdrama closed 5 months ago

vicariousdrama commented 6 months ago

Minimum room name length is 4 characters. If using less (e.g., soy), then an error is presented to the user, but doesnt guide them to the need to make it longer.

image

Reported by Tekkadan

See ui/views/PossibleRoom.jsx around line 51 for roomId.length check

vicariousdrama commented 6 months ago

fixed. next update will give better guidance.