From a36dd4331da9758363641dee6f7872d9f4f2d241 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 31 Jul 2021 01:25:32 +0200 Subject: [PATCH] Add user protection to cleanchannel module Signed-off-by: Knut Ahlers --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index da911a7..f400996 100644 --- a/Home.md +++ b/Home.md @@ -25,6 +25,8 @@ Cleans up old messages from a channel (for example announcement channel) which a | `discord_channel_id` | ✅ | string | | ID of the Discord channel to clean up | | `retention` | ✅ | duration | | How long to keep messages in this channel | | `cron` | | string | `0 * * * *` | When to execute the cleaner | +| `only_users` | | []string | `[]` | When this list contains user IDs, only posts authored by those IDs will be deleted | +| `protect_users` | | []string | `[]` | When this list contains user IDs, posts authored by those IDs will not be deleted | ## Type: `liveposting`