Update README.md

Mention that IP address retention/cleanup intervals are now configurable, and that there is a bug regarding this.
This commit is contained in:
Jeremy Kescher 2022-07-03 08:36:59 +02:00
parent 241aa5a98e
commit 223daf9f87
No known key found for this signature in database
GPG key ID: 48DFE4BB15BA5940

View file

@ -16,3 +16,4 @@ This Mastodon fork is based on the [glitch-soc Fork of Mastodon](https://github.
You might want to revert these to the upstream files (or your own versions!) if you decide to use this fork for your own instance.
- The web frontend emoji picker is a blobcat instead of the joy emoji.
- Editing posts is enabled in the web frontend (thanks, meave [for the hint](https://toot.site/@meave/108515761669028663)).
- The duration of retention of IP addresses was made configurable. Unfortunately, the retention of IP addresses is currently coupled to the lifetime of sessions. Decoupling this is currently being worked on.