sueden.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Community für alle, die sich dem Süden hingezogen fühlen. Wir können alles außer Hochdeutsch.

Serverstatistik:

1,8 Tsd.
aktive Profile

#mastodev

4 Beiträge4 Beteiligte1 Beitrag heute

Probably still early to speculate. Either someone can confirm if @elk is still being maintained, or someone needs to take over maintenance.

There hasn't been much updates, but it still fills the gap where Phanpy falls short.

New release of hell for mastodon is out!

New in the past week

  • Terminal titles display username and unread notification count
  • Multiple pages of pageables like DMs and home timelines can now be printed by passing an int to /next /or /prev
  • Enhanced command processing system is more reliable and has better errors
  • /cat displays post time and other enhancements

Get the latest release at hell.limitedideas.org/

Supports mac, linux, Plan 9, windows, and anything else Go does if you compile it yourself!

For devs implementing Quote Posts, I've compiled my own doc here, probably useful github.com/cheeaun/phanpy/disc

should cover most features, maybe just 95% of them(?)

Unlike the official site,
- allows QP with media or poll
- prompt for embedding QP after paste link, instead of just embed
- doesn't have 'cancel quote' button in Composer
- still resolve non-native QP but they look more like a link card now

My progress thread since Sept 19

Quote post work-in-progress thread.

Boost count + Quote count.

Thank you for turning on SideKiq's "delete all" for the dead morgue jobs in v4.5.0-rc.3.

cc: @cadusilva re your reply in the quoted thread. "Delete All" is back in Mastodon.

Thanks @danny for the heads up

The delete all dead jobs from the SideKiq morgue is missing in v4.5-beta.2 Mastodon. Anyone know how to tweak it and get that link back? I'm gonna poke around and see if it is a custom webUI change. Curious if there was a reason to remove it, also.

# Pachli 3.1.0 is released

## New features

- Re-order attachments when composing
- Show whether a post is a reply

## Fixes

- Support push notifications on GoToSocial
- Allow filters to be cleared on non-cached timelines
- Stop small UI jumps when scrolling on network timelines
- Don't show unavailable accessibility actions
- Fix black theme rendering
- Update attachment preview after changing focal point
- Update counts when acting on a status

pachli.app/pachli/2025/10/31/3

Pachli · Pachli 3.1.0 released
Mehr von Pachli

After looking at this, got curious to know the limits in most servers.

So I did a little data analysis. Servers list from @fediverseobserver , filtered to only Mastodon & MAU > 3. A reduced dataset should be adequate for a rough approximation.

Which media upload issues do you encounter most often on Mastodon (or similar platforms)?

Which media upload issues do you encounter most often on Mastodon (or similar platforms)?

Previous: Anyone notice on v4.5.0-beta.1, when browsing a hashtag timeline, when new posts come in it immediately takes you to the top post in the timeline instead of letting you continue browsing? You can be 5 scrolls down or 1 scroll down, it doesn't matter. When a new post comes in you are popped right back up to the top.

This even happens in slow mode.

Edit, there was this recent fix: Fix pinned hashtag columns fully refreshing unprompted
github.com/mastodon/mastodon/p

GitHubFix pinned hashtag columns fully refreshing unprompted by ClearlyClaire · Pull Request #36497 · mastodon/mastodonVon ClearlyClaire

it's such a drag to SSH into the masto server and SQL search the database to find my old posts

What if I ripped out elasticsearch and replaced it with a custom thing that just runs an SQL query? (One that limits it to your own posts + things you've interacted with, as it should be.)

Would anyone else be interested in such a thing? It'd give you search capability without having to deal with installing Elasticsearch!

We run a customized Masto 3, so it might need some changes to forward-port it to 4, but.

Our monthly engineering update is out!

In September we polished the quote post feature, improved many bits of the UI and worked on some deeper technical changes to unlock future features. Read more on our blog to see what the team has been working on

blog.joinmastodon.org/2025/10/

Mastodon BlogTrunk & Tidbits, September 2025News about what the Mastodon team worked on in September. Quote posts initial release, preparing version 4.5, new Android and iOS releases, and more.

On a fediverse server with a versioned client API, what would you expect to happen if an API call is made with a version number higher than what the server supports? Should it return an error? Should it take it to mean its highest supported version? Something else?

The API isn't RESTful, the version number is global for all methods (endpoints) and has the format "major.minor".