






















@@ -741,6 +741,7 @@ export function createMatrixRoomMessageHandler(params: MatrixMonitorHandlerParam
741741 isRoom,
742742});
743743const {
744+ effectiveAllowFrom,
744745 effectiveGroupAllowFrom,
745746 effectiveRoomUsers,
746747 groupAllowConfigured,
@@ -1149,6 +1150,7 @@ export function createMatrixRoomMessageHandler(params: MatrixMonitorHandlerParam
11491150 triggerSnapshot,
11501151threadRootId: _threadRootId,
11511152 thread,
1153+ effectiveAllowFrom,
11521154 effectiveGroupAllowFrom,
11531155 effectiveRoomUsers,
11541156};
@@ -1203,6 +1205,7 @@ export function createMatrixRoomMessageHandler(params: MatrixMonitorHandlerParam
12031205 triggerSnapshot,
12041206threadRootId: _threadRootId,
12051207 thread,
1208+ effectiveAllowFrom,
12061209 effectiveGroupAllowFrom,
12071210 effectiveRoomUsers,
12081211} = resolvedIngressResult;
@@ -1832,7 +1835,7 @@ export function createMatrixRoomMessageHandler(params: MatrixMonitorHandlerParam
18321835const pinnedMainDmOwner = isDirectMessage
18331836 ? resolvePinnedMainDmOwnerFromAllowlist({
18341837dmScope: cfg.session?.dmScope,
1835-allowFrom: liveDmAllowFrom,
1838+allowFrom: effectiveAllowFrom,
18361839normalizeEntry: normalizeMatrixUserId,
18371840})
18381841 : null;
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。