mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 05:04:54 +01:00
Drop messages that have a story context.
This commit is contained in:
committed by
Alex Hart
parent
4dae424a5c
commit
8bc7d1b7f5
@@ -248,6 +248,11 @@ message DataMessage {
|
||||
optional string eraId = 1;
|
||||
}
|
||||
|
||||
message StoryContext {
|
||||
optional string authorUuid = 1;
|
||||
optional uint64 sentTimestamp = 2;
|
||||
}
|
||||
|
||||
message Payment {
|
||||
|
||||
message Address {
|
||||
@@ -320,6 +325,7 @@ message DataMessage {
|
||||
repeated BodyRange bodyRanges = 18;
|
||||
optional GroupCallUpdate groupCallUpdate = 19;
|
||||
optional Payment payment = 20;
|
||||
optional StoryContext storyContext = 21;
|
||||
}
|
||||
|
||||
message NullMessage {
|
||||
|
||||
Reference in New Issue
Block a user