We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a71342 commit 61ae426Copy full SHA for 61ae426
js/embark.js
@@ -373,7 +373,7 @@ EmbarkJS.Messages.Orbit.listenTo = function(options) {
373
this.orbit.events.on('message', (topics, message) => {
374
// Get the actual content of the message
375
self.orbit.getPost(message.payload.value, true).then((post) => {
376
- promise.cb(post);
+ promise.cb(post.content);
377
});
378
379
0 commit comments