mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
Implement ability to view badges and modify whether they appear.
Note: this is available in staging only.
This commit is contained in:
@@ -23,6 +23,20 @@ message ReactionList {
|
||||
repeated Reaction reactions = 1;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
repeated Badge badges = 1;
|
||||
}
|
||||
|
||||
|
||||
import "SignalService.proto";
|
||||
import "DecryptedGroups.proto";
|
||||
|
||||
Reference in New Issue
Block a user