Renaud Chaput on Nostr: nprofile1q…xe66y I think I found a small bug (that you may already know) in Tusks : ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqh6dj87demnnneh2t04jmnfqw5uc5yehghl4kcq2reedfpqcrl3pqgxe66y (nprofile…e66y) I think I found a small bug (that you may already know) in Tusks : character count is invalid when the post contains URLs. In Mastodon, every URL counts for the same number of characters (exposed in the instance endpoint, `configuration.statuses.characters_reserved_per_url` key), not their real length.
Here is how it is counted in the official iOS app: https://github.com/mastodon/mastodon-ios/blob/f15311f2f6ab2917ab5d0b7c8657237a0bdbcec9/MastodonSDK/Sources/MastodonUI/Scene/ComposeContent/ComposeContentViewModel.swift#L328
Here is how it is counted in the official iOS app: https://github.com/mastodon/mastodon-ios/blob/f15311f2f6ab2917ab5d0b7c8657237a0bdbcec9/MastodonSDK/Sources/MastodonUI/Scene/ComposeContent/ComposeContentViewModel.swift#L328