MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / isAllowToCustomizeAuthor

Function isAllowToCustomizeAuthor

apps/web/services/slack/api/postMessage.ts:275–277  ·  view source on GitHub ↗
(slackToken: slackAuthorizations)

Source from the content-addressed store, hash-verified

273}
274
275function isAllowToCustomizeAuthor(slackToken: slackAuthorizations): boolean {
276 return slackToken.scope.indexOf('chat:write.customize') > -1;
277}

Callers 1

slackChatSyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected