Skip to content
Snippets Groups Projects

Updates for 2024.11

Merged dakkar requested to merge updates-for-2024.11 into main
Files
8
@@ -17,6 +17,7 @@ toc: true
Facebook, including attachments (threading may not work perfectly,
and other people's replies to your posts may not get imported)
* "following" view, inspired by Cohost's "following feed"
* you can schedule a note to be published at some point in the future
* admins can require approval for new users' signups
* admins can silence users
* admins can mark all of a user's media, or a whole remote instance,
@@ -105,6 +106,8 @@ toc: true
* CSS class names are human-readable, to simplify browser-side
customisation
* you can disable indexing of your notes (the setting is federated)
* you can disable the RSS feed for your notes, and the "online status"
of your profile
* "likes" and "reactions" federate correctly to Mastodon / Pleroma /
Akkoma (Misskey sends them all as reactions)
* different error icons
@@ -141,9 +144,9 @@ toc: true
domains that won't trigger the confirmation dialog, or disable it
completely)
* note attachments are navigable via keyboard
* user profiles show their latest notes by default, not their pinned
notes
* you can see your pending outgoing follow requests
* links to notes are rendered like quotes, since many people using
instances that don't support real quote-boosts use links that way
### Ones of interest to admins
@@ -193,7 +196,7 @@ toc: true
* password checks and websocket connections are rate limited now; this
improves security and resistance to denial-of-service attacks
* in addition to "authorized fetch", you can disable
`attachLdSignatureForRelays to stop sending LD-Signatures to relays
`attachLdSignatureForRelays` to stop sending LD-Signatures to relays
* more checks at startup: db reachability, config file presence
* you can't accidentally delete your own instance's "system accounts"
* information about remote instances includes following/followers
Loading