mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 02:39:55 +01:00
Add support for updated server badge image url formats.
This commit is contained in:
committed by
Greyson Parrelli
parent
6e00920c95
commit
8d0acb277c
@@ -25,13 +25,14 @@ message ReactionList {
|
||||
|
||||
message BadgeList {
|
||||
message Badge {
|
||||
string id = 1;
|
||||
string category = 2;
|
||||
string name = 3;
|
||||
string description = 4;
|
||||
string imageUrl = 5;
|
||||
uint64 expiration = 6;
|
||||
bool visible = 7;
|
||||
string id = 1;
|
||||
string category = 2;
|
||||
string name = 3;
|
||||
string description = 4;
|
||||
string imageUrl = 5;
|
||||
uint64 expiration = 6;
|
||||
bool visible = 7;
|
||||
string imageDensity = 8;
|
||||
}
|
||||
|
||||
repeated Badge badges = 1;
|
||||
|
||||
Reference in New Issue
Block a user