Add FEP-8b32 to the list of supported FEPs
This commit is contained in:
parent
49a55d888f
commit
bb8ef47588
2 changed files with 9 additions and 2 deletions
|
@ -31,8 +31,9 @@ Activities are implemented in way that is compatible with Pleroma, Mastodon and
|
||||||
|
|
||||||
## Supported FEPs
|
## Supported FEPs
|
||||||
|
|
||||||
- [FEP-f1d5](https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-f1d5.md)
|
- [FEP-f1d5: NodeInfo in Fediverse Software](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-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
|
## Profile extensions
|
||||||
|
|
||||||
|
|
|
@ -249,6 +249,12 @@ Delete attachments that don't belong to any post:
|
||||||
mitractl delete-unused-attachments 5
|
mitractl delete-unused-attachments 5
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Delete empty remote profiles:
|
||||||
|
|
||||||
|
```
|
||||||
|
mitractl delete-empty-profiles 100
|
||||||
|
```
|
||||||
|
|
||||||
Generate ethereum address:
|
Generate ethereum address:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue