↓ 2 callersFunctionfetchUsers({
userId,
searchString = "",
pageNumber = 1,
pageSize = 20,
sortBy = "desc",
}: {
userId: string;
lib/actions/user.actions.ts:98
↓ 1 callersFunctioncreateCommunity(
id: string,
name: string,
username: string,
image: string,
bio: string,
createdById: string // C
lib/actions/community.actions.ts:11
↓ 1 callersFunctionupdateUser({
userId,
bio,
name,
path,
username,
image,
}: Params)
lib/actions/user.actions.ts:34
FunctionDeleteThread({
threadId,
currentUserId,
authorId,
parentId,
isComment,
}: Props)
components/forms/DeleteThread.tsx:16
FunctionProfileHeader({
accountId,
authUserId,
name,
username,
imgUrl,
bio,
type,
}: Props)
components/shared/ProfileHeader.tsx:14
FunctionThreadCard({
id,
currentUserId,
parentId,
content,
author,
community,
createdAt,
comments,
isComment,
components/cards/ThreadCard.tsx:31