mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01:00
Polish deletion UX.
This commit is contained in:
committed by
Cody Henthorne
parent
ccce37d023
commit
df170dac32
@@ -229,5 +229,12 @@ message BackupDeleteJobData {
|
||||
CLEAR_LOCAL_STATE = 4;
|
||||
}
|
||||
|
||||
enum Tier {
|
||||
UNKNOWN_TIER = 0;
|
||||
FREE = 1;
|
||||
PAID = 2;
|
||||
}
|
||||
|
||||
repeated Stage completed = 1;
|
||||
Tier tier = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user