mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 10:51:27 +01:00
Update chat colors.
This commit is contained in:
committed by
Greyson Parrelli
parent
36fe150678
commit
bcc5d485ab
@@ -126,6 +126,27 @@ message Wallpaper {
|
||||
float dimLevelInDarkTheme = 4;
|
||||
}
|
||||
|
||||
message ChatColor {
|
||||
message SingleColor {
|
||||
int32 color = 1;
|
||||
}
|
||||
|
||||
message LinearGradient {
|
||||
float rotation = 1;
|
||||
repeated int32 colors = 2;
|
||||
repeated float positions = 3;
|
||||
}
|
||||
|
||||
message File {
|
||||
string uri = 1;
|
||||
}
|
||||
|
||||
oneof chatColor {
|
||||
SingleColor singleColor = 1;
|
||||
LinearGradient linearGradient = 2;
|
||||
}
|
||||
}
|
||||
|
||||
message RecipientExtras {
|
||||
bool manuallyShownAvatar = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user