mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Show a megaphone when a device is about to unlink.
This commit is contained in:
committed by
Nicholas Tinsley
parent
d7ee9639fd
commit
50149a3803
17
app/src/main/protowire/KeyValue.proto
Normal file
17
app/src/main/protowire/KeyValue.proto
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Copyright (C) 2014-2016 Open Whisper Systems
|
||||
*
|
||||
* Licensed according to the LICENSE file in this repository.
|
||||
*/
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package signal;
|
||||
|
||||
option java_package = "org.thoughtcrime.securesms.keyvalue.protos";
|
||||
|
||||
|
||||
message LeastActiveLinkedDevice {
|
||||
string name = 1;
|
||||
uint64 lastActiveTimestamp = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user