mirror of
https://github.com/logos-messaging/waku-proto.git
synced 2026-02-03 13:53:17 +00:00
feat(WAKU2-MESSAGE): added meta attribute to waku message
This commit is contained in:
parent
6a89c52065
commit
418ed6aa74
@ -8,5 +8,6 @@ message WakuMessage {
|
||||
string content_topic = 2;
|
||||
optional uint32 version = 3;
|
||||
optional sint64 timestamp = 10;
|
||||
optional bytes meta = 11;
|
||||
optional bool ephemeral = 31;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user