diff --git a/core/auth.go b/core/auth.go index b9f42b415..00c57d276 100644 --- a/core/auth.go +++ b/core/auth.go @@ -31,6 +31,7 @@ var limitedScopeMethods = map[string]struct{}{ "ListenSessionEvents": {}, "ObjectSearchSubscribe": {}, "ObjectCreateRelationOption": {}, + "BlockLinkCreateWithObject": {}, // need to replace with other method to get info }