fix(plugins/activity): fix missing type for ignored_users
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user