Skip to content

Commit

Permalink
fix: producing the pubsub message field topicIDs, which was renamed f…
Browse files Browse the repository at this point in the history
…rom topicCIDs
  • Loading branch information
pgte committed Nov 21, 2017
1 parent 315df97 commit d55839d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ class PubSubRoom extends EventEmitter {
from: peerId,
data: message,
seqno: seqno,
topicIDs: [ this._topic ],
topicCIDs: [ this._topic ]
})
return message
Expand Down

0 comments on commit d55839d

Please sign in to comment.