Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit de82224

Browse files
committed
update protocol fields
1 parent 8f17846 commit de82224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamr-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
};
8484

8585
var versionFields = {
86-
'28': ['version', 'streamId', 'timestamp', 'offset', 'previousOffset', 'contentType', 'content']
86+
'28': ['version', 'streamId', 'streamPartition', 'timestamp', 'ttl', 'offset', 'previousOffset', 'contentType', 'content']
8787
}
8888

8989
function getMessageField(field, msg) {

0 commit comments

Comments
 (0)