↓ 2 callersFunctioneventNewMentions({
mentions = [],
mentionNodes = [],
channelId,
threadId,
authorId,
}: {
mentions: mentions[];
m
apps/web/services/events/eventNewMentions.ts:5
↓ 2 callersFunctioneventNewMessage({
channelId,
messageId,
threadId,
imitationId,
mentions = [],
mentionNodes = [],
communityId,
apps/web/services/events/eventNewMessage.ts:31
↓ 2 callersFunctioneventNewThread({
channelId,
messageId,
threadId,
imitationId,
mentions = [],
mentionNodes = [],
communityId,
apps/web/services/events/eventNewThread.ts:31
↓ 2 callersFunctionfetchAllTopLevelMessages({
channel,
usersInDb,
token,
fullSync,
fetchConversationsTyped,
oldest,
logger,
}: {
channel:
apps/web/services/slack/sync/fetchAllTopLevelMessages.ts:90
↓ 2 callersFunctionfetchAndPersist(
fetchReplies: Function,
thread: threads,
channel: channels,
token: string,
usersInDb: UserMap[],
apps/web/services/slack/sync/saveAllThreads.ts:197
↓ 2 callersFunctionfindTopics({
channelId,
accountId,
sentAt = new Date(),
direction = 'lt',
anonymize,
}: {
channelId: string;
apps/web/services/threads/topics.ts:8
↓ 2 callersFunctionjoinCommunityAfterSignIn({
request,
response,
communityId,
authId,
displayName,
profileImageUrl,
}: {
request: any;
re
apps/web/services/invites.ts:318