refactor: fix pagination with stable resolveKey, use reactive default… (#4951)
* refactor: fix pagination with stable resolveKey, use reactive defaultRoles, and remove email permission check * Changes from call * More changes from call * WIP fixing team composite cursor * paginated items fix * minor rename * composite cursor tools improved * fe undoing debugging stuff * extra fixes * invitable collabs fix --------- Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com>
This commit is contained in:
committed by
GitHub
parent
794bd7c7e9
commit
c89fe339ec
@@ -77,7 +77,7 @@ export const sendWorkspaceJoinRequestReceivedEmailFactory =
|
||||
}): SendWorkspaceJoinRequestReceivedEmail =>
|
||||
async (args) => {
|
||||
const { requester, workspace } = args
|
||||
const [serverInfo, workspaceAdmins] = await Promise.all([
|
||||
const [serverInfo, { items: workspaceAdmins }] = await Promise.all([
|
||||
getServerInfo(),
|
||||
getWorkspaceCollaborators({
|
||||
workspaceId: workspace.id,
|
||||
|
||||
Reference in New Issue
Block a user