Limit the length of nicknames in the join endpoint, to not clutter UIs.
As agreed, this will be 32, since that's the longest nickname achievable using the nickname generation implemented in the iOS app.
That will introduce a new error reponse from the join endpoint. We need to document and test that.
Limit the length of nicknames in the
join
endpoint, to not clutter UIs. As agreed, this will be 32, since that's the longest nickname achievable using the nickname generation implemented in the iOS app.That will introduce a new error reponse from the join endpoint. We need to document and test that.