fix: send Undo(Block) on unblock_actor
All checks were successful
CI / fmt (push) Successful in 20s
CI / clippy (push) Successful in 2m33s
CI / test (push) Successful in 3m31s

This commit is contained in:
2026-06-30 01:49:30 +02:00
parent d1ce277ff5
commit 9355f20616
3 changed files with 34 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [0.4.1] — 2026-06-30
### Bug fixes
- `unblock_actor` now sends an `Undo(Block)` activity to the remote actor's inbox before removing them from the local blocklist, making unblocking AP-compliant.
---
## [0.4.0] — 2026-05-30
### Breaking changes