mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01:00
Release polls behind feature flag.
This commit is contained in:
@@ -532,6 +532,7 @@ message MessageExtras {
|
||||
signalservice.GroupContext gv1Context = 2;
|
||||
ProfileChangeDetails profileChangeDetails = 3;
|
||||
PaymentTombstone paymentTombstone = 4;
|
||||
PollTerminate pollTerminate = 5;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -546,6 +547,12 @@ message PaymentTombstone {
|
||||
CryptoValue fee = 3;
|
||||
}
|
||||
|
||||
message PollTerminate {
|
||||
string question = 1;
|
||||
uint64 messageId = 2;
|
||||
uint64 targetTimestamp = 3;
|
||||
}
|
||||
|
||||
message LocalRegistrationMetadata {
|
||||
bytes aciIdentityKeyPair = 1;
|
||||
bytes aciSignedPreKey = 2;
|
||||
|
||||
@@ -243,3 +243,11 @@ message BackupDeleteJobData {
|
||||
message SecondRoundFixupSendJobData {
|
||||
uint64 messageId = 1;
|
||||
}
|
||||
|
||||
message PollVoteJobData {
|
||||
uint64 messageId = 1;
|
||||
repeated uint64 recipients = 2;
|
||||
uint32 initialRecipientCount = 3;
|
||||
uint32 voteCount = 4;
|
||||
bool isRemoval = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user