↓ 1 callersFunctionlistChannelsAndPersist({
serverId,
accountId,
token,
logger,
hideChannels,
}: {
serverId: string;
accountId: string;
apps/web/services/discord/channels.ts:13
↓ 1 callersFunctionnewReply({
messageId,
token,
body,
externalChannelId,
user,
externalThreadId,
logger,
}: {
messageId:
apps/web/services/slack/api/postMessage.ts:184
↓ 1 callersFunctionnewThread({
threadId,
token,
body,
externalChannelId,
user,
messageId,
logger,
}: {
threadId: string |
apps/web/services/slack/api/postMessage.ts:224
↓ 1 callersFunctiononSignInSubmit({
setError,
setLoading,
callbackUrl,
onSignIn,
state,
sso,
}: {
setError: (arg: string) => void
apps/web/ui/Auth/common.ts:62