From 9e310c317eaa622ff7d0e8ba335f9d97d6e2dfaf Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 26 Jun 2023 20:18:10 +0300 Subject: [PATCH] Add antifeatures array to template --- data/plugins/template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/plugins/template.yaml b/data/plugins/template.yaml index 4ac6f01..712e8eb 100644 --- a/data/plugins/template.yaml +++ b/data/plugins/template.yaml @@ -8,5 +8,9 @@ license: author: # A short description for the plugin. May contain markdown. description: +# Antifeature identifiers. Currently the only defined value is `synchronous`, +# which must be included if the plugin uses non-async libraries in the main +# thread (because that can block the whole maubot process). +antifeatures: [] # List of public bot user IDs where the plugin is running. public_instances: []