Merge remote-tracking branch 'remotes/origin/develop' into media-preview-proxy
[akkoma] / docs / configuration / cheatsheet.md
index d0bebbd4521e13c13683d441664d0a3ae0758265..7cf1d1ce789594c7e8e35f8df095d2b3b4618128 100644 (file)
@@ -1091,3 +1091,10 @@ config :pleroma, :frontends,
 ```
 
 This would serve the frontend from the the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself. You can choose the name and ref any way you like, but they will be used by mix tasks to automate installation in the future, the name referring to the project and the ref referring to a commit.
+
+## Ephemeral activities (Pleroma.Workers.PurgeExpiredActivity)
+
+Settings to enable and configure expiration for ephemeral activities
+
+* `:enabled` - enables ephemeral activities creation
+* `:min_lifetime` - minimum lifetime for ephemeral activities (in seconds). Default: 10 minutes.