fix: declare empty vc meeting query scopes

This commit is contained in:
houzhicong
2026-07-10 18:49:50 +08:00
parent bd20794fa0
commit 6ecbd61216
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ var VCMeetingEvents = common.Shortcut{
Command: "+meeting-events",
Description: "List meeting events by meeting ID",
Risk: "read",
Scopes: []string{},
AuthTypes: []string{"user", "bot"},
HasFormat: true,
Flags: []common.Flag{

View File

@@ -23,6 +23,7 @@ var VCMeetingListActive = common.Shortcut{
Command: "+meeting-list-active",
Description: "List active meetings for the current identity or target user",
Risk: "read",
Scopes: []string{},
AuthTypes: []string{"user", "bot"},
HasFormat: true,
Flags: []common.Flag{