Matrix: drop dead helper aliases

This commit is contained in:
Gustavo Madeira Santana
2026-04-09 01:27:31 -04:00
parent 66e52a3e5d
commit 4fd65616d2
2 changed files with 0 additions and 6 deletions

View File

@@ -21,5 +21,3 @@ export async function resolveMatrixApproval(params: {
clientDisplayName: `Matrix approval (${params.senderId?.trim() || "unknown"})`,
});
}
export const resolveMatrixExecApproval = resolveMatrixApproval;

View File

@@ -92,7 +92,3 @@ export function resolveMatrixAllowListMatch(params: {
];
return resolveAllowlistMatchByCandidates<MatrixAllowListMatchSource>({ allowList, candidates });
}
export function resolveMatrixAllowListMatches(params: { allowList: string[]; userId?: string }) {
return resolveMatrixAllowListMatch(params).allowed;
}