Add support for storing systemNickname from storage service.

This commit is contained in:
Greyson Parrelli
2023-02-14 11:21:26 -05:00
parent 07234443c6
commit 4397b5af25
9 changed files with 54 additions and 7 deletions

View File

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