mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user