mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +00:00
Matrix: drop dead helper aliases
This commit is contained in:
@@ -21,5 +21,3 @@ export async function resolveMatrixApproval(params: {
|
||||
clientDisplayName: `Matrix approval (${params.senderId?.trim() || "unknown"})`,
|
||||
});
|
||||
}
|
||||
|
||||
export const resolveMatrixExecApproval = resolveMatrixApproval;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user