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
ephemeral:
type: boolean
meta:
type: string
format: byte
required:
- payload
- contentTopic
@ -146,6 +149,11 @@ RelayWakuMessage:
type: number
timestamp:
type: number
ephemeral:
type: boolean
meta:
type: string
format: byte
required:
- payload