mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-30 21:52:28 +01:00
Add an automatic session reset interval.
This commit is contained in:
@@ -82,3 +82,12 @@ message ProfileKeyCredentialColumnData {
|
||||
bytes profileKey = 1;
|
||||
bytes profileKeyCredential = 2;
|
||||
}
|
||||
|
||||
message DeviceLastResetTime {
|
||||
message Pair {
|
||||
int32 deviceId = 1;
|
||||
int64 lastResetTime = 2;
|
||||
}
|
||||
|
||||
repeated Pair resetTime = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user