florence-social / mastodon-fork

Florence's fork of Mastodon
GNU Affero General Public License v3.0
138 stars 15 forks source link

max_toot_chars value is string rather than integer #161

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi,

I migrated my account to a Florence instance but now I can't use my iOS client. It seems that you modified the max_toot_chars value type. What's the purpose of this move? Would you publish some docs to help app dev implement that?

Here is the issue I opened on the iOS client Toot! repo: https://github.com/DagAgren/toot/issues/340

Thanks in advance,

1011X commented 4 years ago

Hey, thanks for submitting an issue.

The problem was that max_toot_chars was being passed as-is, and the way everything is stored in settings is as a string, so the necessary conversion to an integer wasn't being done. There will be a PR that fixes this soon.

ghost commented 4 years ago

Hi,

I’ve seen @1011X work has been merged in main branch, but can you tell me when a new release will be published?

Thanks again,

clarfonthey commented 4 years ago

@mthld we've been relatively swamped this week but I'll try and make sure a release gets done over the weekend.

ghost commented 4 years ago

@clarfon alright, many thanks!