mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 22:25:46 +01:00
Add import and tombstones for mobile coin payments.
This commit is contained in:
@@ -499,6 +499,7 @@ message MessageExtras {
|
||||
GV2UpdateDescription gv2UpdateDescription = 1;
|
||||
signalservice.GroupContext gv1Context = 2;
|
||||
ProfileChangeDetails profileChangeDetails = 3;
|
||||
PaymentTombstone paymentTombstone = 4;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -506,3 +507,9 @@ message GV2UpdateDescription {
|
||||
optional DecryptedGroupV2Context gv2ChangeDescription = 1;
|
||||
backup.GroupChangeChatUpdate groupChangeUpdate = 2;
|
||||
}
|
||||
|
||||
message PaymentTombstone {
|
||||
optional string note = 1;
|
||||
CryptoValue amount = 2;
|
||||
CryptoValue fee = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user