microblog.at ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Dies ist die private Mastodon Instanz von Robert Lender

Verwaltet von:

Serverstatistik:

1
aktive Profile

#groups

1 Beitrag1 Beteiligte*r0 Beiträge heute
Fortgeführter Thread

Also, how likely is it looking that we'll get federated groups that are compatible between both Mastodon and a Misskey derivative? Or ideally compatibility between a whole bunch of ActivityPub implementations.

I'm pleased to see some progress at github.com/mastodon/mastodon/p and I can appreciate it's not something you would want to rush.

@fediversenews

GitHubAdd groups support by ClearlyClaire · Pull Request #19059 · mastodon/mastodonVon ClearlyClaire

I will make a separate Pixelfed Groups app, considering it's significantly different than our core photo/video sharing feature

Pixelfed Groups have their own notifications, main feed and data structures

A separate app would benefit in many ways, including easier group administration, simpler UI and support for non-core features like markdown, link preview cards and more!

Once I finalize the API this weekend, any other MastoAPI compatible server will be able to use the groups app too!

There are a lot of new aspects that Groups bring to Pixelfed that are similar to existing microblogging platforms, such as:

- Text only posts
- Quote posts
- Markdown support
- Link cards
- Polls

And more exotic features like:
- Events
- Anonymous Posts (if enabled)
- Multi tenant/dual layer moderation
- Realtime Group Chat

They add significant complexity, but we’re doing this properly, following best practices

It will be worth it, just wait and see 😎

While refactoring Pixelfed Groups, I wrote a new media processing pipeline that supports libvips and more formats, as well as the logic that handles optimizations, it no longer strips exif data and preserves color profiles and HDR support

It also uploads to S3 and deletes the local copy during the request lifecycle!

I plan on using this in the main app too ✨

#pixelfed#groups#media

Pixelfed Groups will allow admins to have fine-grained ACL permissions, you will be able to limit specific user permissions!

In addition, admins will have the ability to review all moderation actions from other mods/admins and all actions from the account.

Later we plan to ship support for webhooks, allowing admins to deeply integrate Groups into their platforms or services!