Migrate avatars to use recipientId filenames.

This commit is contained in:
Greyson Parrelli
2019-09-23 11:37:01 -04:00
parent b7ce220600
commit b89163bb14
17 changed files with 315 additions and 62 deletions

View File

@@ -40,8 +40,9 @@ message Sticker {
}
message Avatar {
optional string name = 1;
optional uint32 length = 2;
optional string name = 1;
optional string recipientId = 3;
optional uint32 length = 2;
}
message DatabaseVersion {