Jed Fox
Jed Fox
You have to log in to the server with your email address (at least on the 3–4 servers I checked), so the app wouldn’t be able to log in with...
I think this may be resolved by the changes in #551.
Fixed in https://github.com/mastodon/mastodon-ios/pull/598, mostly.
I think this should offer 3 options: - exact counts (default, current behavior) - 0/1/1+ (matches web version) - no counts Thoughts, @MainasuK? I’d be happy to look into making...
My hypothesis is that much like in the case of Friendica (#310), Pleroma isn’t providing size information for media attachments. The Mastodon iOS app currently filters out any media attachments...
You could alternatively use an LPLinkView, although I’m not sure if that would fit with the design of the rest of the app
@kylebshr The `Status` object from Mastodon has [a `card` field](https://docs.joinmastodon.org/entities/Status/#card) which is of type [`PreviewCard`](https://docs.joinmastodon.org/entities/PreviewCard/). Would you be interested in wiring that up to your UI? (it would also be...
@kylebshr there are some recently added docs on changing the model objects at https://github.com/mastodon/mastodon-ios/blob/develop/Documentation/How-it-works.md but so far I’ve managed to avoid having to try it myself ;)
Agree with @pdehaan. Maybe if there is no layout found and the layout name doesn’t have an extension, Eleventy should perform the lookup anyway and report the suggested layout name...
Updated to add support for `posting:default:language`!