fix(plugins/activity): fix missing type for ignored_users

This commit is contained in:
lowlighter
2022-01-15 19:43:06 -05:00
parent b69a6a58c9
commit 0661371bec
2 changed files with 5 additions and 1 deletions

View File

@@ -120,7 +120,8 @@
</tr>
<tr>
<td nowrap="nowrap">⏩ Inherits <code>users_ignored</code><br>
<b>type:</b> <code>undefined</code>
<b>type:</b> <code>array</code>
<i>(comma-separated)</i>
<br></td>
</tr>
<tr>

View File

@@ -68,7 +68,10 @@ inputs:
Ignored users
Useful to ignore bots activity
type: array
format: comma-separated
default: ""
example: user1, user2, ...
inherits: users_ignored
plugin_activity_filter: