fix(plugins/activity): fix missing type for ignored_users
This commit is contained in:
@@ -120,7 +120,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap="nowrap">⏩ Inherits <code>users_ignored</code><br>
|
<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>
|
<br></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -68,7 +68,10 @@ inputs:
|
|||||||
Ignored users
|
Ignored users
|
||||||
|
|
||||||
Useful to ignore bots activity
|
Useful to ignore bots activity
|
||||||
|
type: array
|
||||||
|
format: comma-separated
|
||||||
default: ""
|
default: ""
|
||||||
|
example: user1, user2, ...
|
||||||
inherits: users_ignored
|
inherits: users_ignored
|
||||||
|
|
||||||
plugin_activity_filter:
|
plugin_activity_filter:
|
||||||
|
|||||||
Reference in New Issue
Block a user