From bb8ef475888a9b8105c6d187119475e3660bbeb9 Mon Sep 17 00:00:00 2001 From: silverpill Date: Sat, 19 Nov 2022 18:12:28 +0000 Subject: [PATCH] Add FEP-8b32 to the list of supported FEPs --- FEDERATION.md | 5 +++-- README.md | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) 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: ```