Drop messages that have a story context.

This commit is contained in:
Greyson Parrelli
2022-01-05 14:06:59 -05:00
committed by Alex Hart
parent 4dae424a5c
commit 8bc7d1b7f5
5 changed files with 86 additions and 9 deletions

View File

@@ -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 {