Better send state for unregistered recipients

This commit is contained in:
Fedor Indutny 2022-11-16 18:15:26 -08:00 committed by GitHub
parent 90734e306c
commit 629b5c3f6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 4 deletions

View file

@ -96,7 +96,7 @@ export async function sendStoryMessage(
return acc;
}
if (convo.isUnregistered()) {
if (convo.isEverUnregistered()) {
return acc;
}