// Accept `googlechat:<id>` but treat `users/...` as an *ID* only (deprecated `users/<email>`). const withoutPrefix = normalized.replace(/^(googlechat|google-chat|gchat):/i, ""); if (withoutPrefix.startsWith("users/")) { return normalizeUserId(withoutPrefix) === normalizedSenderId;
}
// Raw email allowlist entries are a break-glass override. if (allowNameMatching && normalizedEmail && isEmailLike(withoutPrefix)) { return withoutPrefix === normalizedEmail;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.