diff --git a/FEDERATION.md b/FEDERATION.md index 3805eca..3517b8e 100644 --- a/FEDERATION.md +++ b/FEDERATION.md @@ -31,8 +31,9 @@ Activities are implemented in way that is compatible with Pleroma, Mastodon and ## Supported FEPs -- [FEP-f1d5](https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-f1d5.md) -- [FEP-e232](https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-e232.md) +- [FEP-f1d5: NodeInfo in Fediverse Software](https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-f1d5.md) +- [FEP-e232: Object Links](https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-e232.md) +- [FEP-8b32: Object Integrity Proofs](https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-8b32.md) ## Profile extensions diff --git a/README.md b/README.md index 5dd0224..1ef1c4c 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,12 @@ Delete attachments that don't belong to any post: mitractl delete-unused-attachments 5 ``` +Delete empty remote profiles: + +``` +mitractl delete-empty-profiles 100 +``` + Generate ethereum address: ```