mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 20:14:47 +08:00
Loading comment stream based on parent URL.
This commit is contained in:
@@ -77,8 +77,7 @@ class CommentStream extends Component {
|
||||
// Set up messaging between embedded Iframe an parent component
|
||||
// Using recommended Pym init code which violates .eslint standards
|
||||
const pym = new Pym.Child({polling: 100});
|
||||
console.log(pym);
|
||||
this.props.getStream('http://www.test.com');
|
||||
this.props.getStream(pym.parentUrl);
|
||||
}
|
||||
|
||||
render () {
|
||||
|
||||
Reference in New Issue
Block a user