metabolist / metatext

A free, open-source iOS Mastodon client.
https://metabolist.org/metatext
GNU General Public License v3.0
727 stars 101 forks source link

Toot length limit #103

Open to3k opened 1 year ago

to3k commented 1 year ago

My instance is allowing 2048 chars whereas in Metatext I have fixed 500. Can you change this setting so that it coincides with the server settings?

prplecake commented 1 year ago

What server software? My instance correctly informs Metatext of my post length limit.

to3k commented 1 year ago

I’m using 101010.pl instance

prplecake commented 1 year ago

Hah, cool. Daylight savings even trips GitHub up. 😅

101010.pl is not exposing max_toot_chars on it's api/v1/instance endpoint. Metatext replies on this to get settings defined by the instance.

to3k commented 1 year ago

Thank you very much for all the support. I will contact administrator of my instance 😉

to3k commented 1 year ago

Ok I had a talk with administrator of my instance and he is saying that you are compatible with old version of mastodon… New version is reporting max toot length in variable called „max_characters” not „max_toot_chars” anymore.

prplecake commented 1 year ago

Ah, I see the new configuration.statuses.max_characters key in the response. This was added in the last couple of months. max_toot_chars was a glitch-soc workaround.

to3k commented 1 year ago

Can I count on you to fix it in the near future?

prplecake commented 1 year ago

Me, personally? No. You're looking for @jzzocc.