fix: add `meta` field to `WakuMessage`, and `ephemeral` to `RelayWakuMessage`

This commit is contained in:
Richard Ramos 2023-11-09 09:41:39 -04:00
parent b457cb9397
commit f1d4664556
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
1 changed files with 8 additions and 0 deletions

View File

@ -118,6 +118,9 @@ WakuMessage:
format: int64 format: int64
ephemeral: ephemeral:
type: boolean type: boolean
meta:
type: string
format: byte
required: required:
- payload - payload
- contentTopic - contentTopic
@ -146,6 +149,11 @@ RelayWakuMessage:
type: number type: number
timestamp: timestamp:
type: number type: number
ephemeral:
type: boolean
meta:
type: string
format: byte
required: required:
- payload - payload