sk22

Results 79 comments of sk22

> Yes, exactly. Tusky also displays the alt text in beneath the image in a “text container”; that would be an option too. well, that's what my PR already implements...

Fixed this in my fork, but not creating a pull request here for now because https://github.com/mastodon/mastodon-android/issues/22#issuecomment-1304762602

I think this might be related to me being a moderator on an instance and the API also returning notifications about reports - which also posed a problem for the...

Okay, so the scenario which causes this is the following: `NotificationListFragment`'s `buildDisplayItems` receives a `Notification` object like this: * type = "STATUS" * account = … * id = "#####"...

could someone please share how to configure an auth0 tenant to use it with tailscale? i can't seem to find any kind of guide on the internet, unfortunately. edit: it...

> @MarkSte: It occurs for me in Home in 1.1.4. Maybe that's related to the filters only getting updated once every hour, as per [AccountSessionManager.java#L254](https://github.com/mastodon/mastodon-android/blob/master/mastodon/src/main/java/org/joinmastodon/android/api/session/AccountSessionManager.java#L254)? When removing this check (and...

I think it's good that CWs are preserved when replying to a post that has a CW. Say people are discussing a sensitive topic (like trauma or topics that are...

> I'm thinking of adding an explicit "copy CW from parent post" button. But yes, maybe this isn't too bad of an idea after all. But that button should be...

> Always copying the CW creates a lot of unnecessary CWs which in turn ends up frustrating people who have to click/tap to see something that doesn’t contain anything worth...