status-go/images
Michal Iskierko e3f451cd79 feat: Handle image in group chat
Add image_payload column to chats table.
Add Base64Image to chat struct.
Add ImageChange event to propagate image.
Change EditChat API - use CroppedImage.
Process and crop image in EditGroupChat.
2022-09-01 12:19:01 +02:00
..
cropped_image.go feat: add banner support for communities 2022-05-27 14:42:14 +03:00
decode.go 🖼 Set any url as profile picture (useful for NFTs) (#2367) 2021-09-21 14:30:44 +05:30
decode_test.go 🖼 Set any url as profile picture (useful for NFTs) (#2367) 2021-09-21 14:30:44 +05:30
encode.go feat: Handle image in group chat 2022-09-01 12:19:01 +02:00
encode_test.go images package tidy up 2020-12-17 14:10:00 +01:00
identity.go Moved protobuf marshalling closer to the structs that get marshalled 2022-08-22 13:27:59 +01:00
identity_test.go Sync profile picture 2022-04-21 19:50:31 +03:00
main.go Added multiaccounts.Database tests for new funcs 2022-08-22 13:27:59 +01:00
main_test.go feat: add banner support for communities 2022-05-27 14:42:14 +03:00
manipulation.go feat: add banner support for communities 2022-05-27 14:42:14 +03:00
manipulation_test.go feat: add banner support for communities 2022-05-27 14:42:14 +03:00
meta.go rename status-react to status-mobile 2022-07-17 15:37:14 +02:00
test_data.go Added multiaccounts.Database tests for new funcs 2022-08-22 13:27:59 +01:00