Remove bio character limit #227

Closed
opened 2022-11-07 16:36:14 +00:00 by jeder · 3 comments
Contributor

There's one certain leftover quirk(?) of Misskey that is constantly annoying me ever since I started my instance: 500 character limit in bio. My bio is always around the 500 character mark and I have to remove something if I want to add something, not entirely comfy

creating issue per tosti's request

There's one certain leftover quirk(?) of Misskey that is constantly annoying me ever since I started my instance: 500 character limit in bio. My bio is always around the 500 character mark and I have to remove something if I want to add something, not entirely comfy creating issue per tosti's [request](https://mk.toast.cafe/notes/97aiw36fsk)
Owner

FWIW the database coulmn has a 2048 character limit for the bio field

FWIW the database coulmn has a [2048 character limit for the bio field](https://akkoma.dev/FoundKeyGang/FoundKey/src/commit/489eea0c67d1645f9390b91df60990d659c28c2f/packages/backend/src/models/entities/user-profile.ts#L33)
Owner

I think removing the limit entirely would be a bit too much, but 2048 sounds reasonable.

I think removing the limit entirely would be a bit too much, but 2048 sounds reasonable.
Owner

Fixed in 66a9d27ab1. Also making a separate issue for the confusing client error.

Fixed in 66a9d27ab1ca149fcd4c39d7da8f79f97f8c9ab6. Also making a separate issue for the confusing client error.
Sign in to join this conversation.
No labels
feature
fix
upkeep
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: FoundKeyGang/FoundKey#227
No description provided.