Improve handling of unregistered users in storage service.

This commit is contained in:
Greyson Parrelli
2022-09-16 11:36:32 -04:00
committed by Cody Henthorne
parent ffa249885e
commit 115d1fcf63
14 changed files with 213 additions and 64 deletions

View File

@@ -77,7 +77,8 @@ object RecipientDatabaseTestUtils {
null,
IdentityDatabase.VerifiedStatus.DEFAULT,
false,
false
false,
0
),
extras: Recipient.Extras? = null,
hasGroupsInCommon: Boolean = false,