feat(WAKU2-MESSAGE): added meta attribute to waku message

This commit is contained in:
Lorenzo Delgado 2023-02-14 14:02:12 +01:00
parent 6a89c52065
commit 418ed6aa74
No known key found for this signature in database
GPG Key ID: 3F2308060F9292F9

View File

@ -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;
}