diff --git a/shortcuts/vc/vc_meeting_events.go b/shortcuts/vc/vc_meeting_events.go index f180fda84..7f2071b34 100644 --- a/shortcuts/vc/vc_meeting_events.go +++ b/shortcuts/vc/vc_meeting_events.go @@ -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{ diff --git a/shortcuts/vc/vc_meeting_list_active.go b/shortcuts/vc/vc_meeting_list_active.go index 65c834cab..5d4b0db2e 100644 --- a/shortcuts/vc/vc_meeting_list_active.go +++ b/shortcuts/vc/vc_meeting_list_active.go @@ -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{