Add FEP-8b32 to the list of supported FEPs

This commit is contained in:
silverpill 2022-11-19 18:12:28 +00:00
parent 49a55d888f
commit bb8ef47588
2 changed files with 9 additions and 2 deletions

View file

@ -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

View file

@ -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:
```