fix: maybe fix avatar download for new messages

This commit is contained in:
0x330a
2023-06-23 14:26:40 +10:00
parent 96969789cc
commit c741ec5093
3 changed files with 23 additions and 9 deletions

View File

@@ -41,6 +41,7 @@ interface StorageProtocol {
fun getUserX25519KeyPair(): ECKeyPair
fun getUserProfile(): Profile
fun setProfileAvatar(recipient: Recipient, profileAvatar: String?)
fun setProfilePicture(recipient: Recipient, newProfilePicture: String?, newProfileKey: ByteArray?)
fun setUserProfilePicture(newProfilePicture: String?, newProfileKey: ByteArray?)
fun clearUserPic()
// Signal