Polls: Longer question length and 1:1 Receive Support

Co-authored-by: jimio <jimio@jimio-m3-max.local>
Co-authored-by: Yash <yash@signal.org>
This commit is contained in:
jimio
2026-01-05 14:00:42 -08:00
committed by GitHub
parent 8030284a40
commit 0400da993c
6 changed files with 145 additions and 89 deletions

View File

@@ -477,13 +477,6 @@ export async function handleDataMessage(
confirm();
return;
}
if (!isGroup(conversation.attributes)) {
log.warn(
`${idLog}: Dropping PollCreate in non-group conversation ${conversation.idForLogging()}`
);
confirm();
return;
}
const result = safeParsePartial(
PollCreateSchema,
initialMessage.pollCreate