fix: add nextcloud talk manifest (#1297) (thanks @ysqander)

This commit is contained in:
Peter Steinberger
2026-01-20 11:37:46 +00:00
parent c9e3c14f9c
commit 7e08de4a5f
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"id": "nextcloud-talk",
"channels": [
"nextcloud-talk"
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}