core: api to remove profile image (#448)

This commit is contained in:
Evgeny Poberezkin
2022-03-19 07:42:54 +00:00
committed by GitHub
parent 0e73697ea4
commit 3340bea150
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ data ChatCommand
| FileStatus FileTransferId
| ShowProfile
| UpdateProfile ContactName Text
| UpdateProfileImage ProfileImage
| UpdateProfileImage (Maybe ProfileImage)
| QuitChat
| ShowVersion
deriving (Show)