mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-25 23:36:45 +00:00
fix: maybe fix avatar download for new messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user