diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-03 10:45:40 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-03 10:45:40 +0300 |
commit | e560d65db3c6e2692a8060b0646d6e8808b864f0 (patch) | |
tree | 9e0dac1717a02d86819d6d63c5f161cb053f4b2b | |
parent | 25849157aae60e1bac776d395cadb6d15424eb1d (diff) | |
download | pleroma-e560d65db3c6e2692a8060b0646d6e8808b864f0.tar.gz |
Fix a typo in activity expirations
-rw-r--r-- | docs/configuration/cheatsheet.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index e23bcaf63..e5f68f09b 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -551,7 +551,7 @@ The above example defines a single job which invokes `Pleroma.Web.Websub.refresh ## Pleroma.ActivityExpiration -# `enabled`: whether expired activities will be sent to the job queue to be deleted +* `enabled`: whether expired activities will be sent to the job queue to be deleted ## Pleroma.Web.Auth.Authenticator |