Pleroma Bugfix Release: 2.7.1
Pleroma 2.7.1 is a bugfix release. Please read through the changelog to see the changes in detail.
Upgrade notes
From source only
Get new dependencies and recompile Pleroma:
MIX_ENV=prod mix deps.get MIX_ENV=prod mix compileRestart Pleroma
Everyone
- Restart Pleroma
Backend changes
Changed
- Accept
application/activity+jsonfor requests to/.well-known/nodeinfo
Fixed
- Truncate remote user fields, avoids them getting rejected
- Improve the
FollowValidatorto successfully incoming activities with an errantccfield. - Resolved edge case where the API can report you are following a user but the relationship is not fully established.
- The Swoosh email adapter for Mailgun was missing a new dependency on
:multipart - Fix Mastodon WebSocket authentication