1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-09 17:44:59 +09:00

Merge pull request #2246 from anyproto/bugfix/GO-5334-webclipper-object-create

GO-5334: Add BlockLinkCreateWithObject to webclipper auth scope
This commit is contained in:
Jannis Metrikat 2025-03-24 17:02:56 +01:00 committed by GitHub
commit 5dc7ae657d
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,7 @@ var limitedScopeMethods = map[string]struct{}{
"ListenSessionEvents": {},
"ObjectSearchSubscribe": {},
"ObjectCreateRelationOption": {},
"BlockLinkCreateWithObject": {},
// need to replace with other method to get info
}