Skip to content

Commit 5557f52

Browse files
authored
Merge pull request #1341 from waku-org/feat/meta
2 parents af92793 + 5724bb2 commit 5557f52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/interfaces/src/message.ts

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export interface IDecodedMessage {
6565
timestamp: Date | undefined;
6666
rateLimitProof: IRateLimitProof | undefined;
6767
ephemeral: boolean | undefined;
68+
meta: Uint8Array | undefined;
6869
}
6970

7071
export interface IDecoder<T extends IDecodedMessage> {

0 commit comments

Comments
 (0)