[Client] Fix #736
This commit is contained in:
@ -23,6 +23,12 @@
|
||||
});
|
||||
});
|
||||
|
||||
this.fetch = () => {
|
||||
this.api('posts/timeline').then(posts => {
|
||||
this.refs.timeline.setPosts(posts);
|
||||
});
|
||||
};
|
||||
|
||||
this.on('mount', () => {
|
||||
this.stream.on('post', this.onStreamPost);
|
||||
this.stream.on('follow', this.onStreamFollow);
|
||||
|
Reference in New Issue
Block a user