mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-14 04:37:34 +01:00
Report free backup tier as U1 in support email to match iOS.
This commit is contained in:
committed by
Cody Henthorne
parent
16803cd588
commit
34fbf81b1d
@@ -130,7 +130,7 @@ public final class SupportEmailUtil {
|
||||
}
|
||||
|
||||
switch (tier) {
|
||||
case FREE: return "F1";
|
||||
case FREE: return "U1";
|
||||
case PAID: return "P1";
|
||||
default: return "D1";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user