mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
Update for new post stream
This commit is contained in:
@@ -43,7 +43,7 @@ export default class MoveDiscussionModal extends Component {
|
||||
if (discussion) {
|
||||
discussion.save({links: {category}}).then(discussion => {
|
||||
if (app.current instanceof DiscussionPage) {
|
||||
app.current.stream().sync();
|
||||
app.current.stream.sync();
|
||||
}
|
||||
m.redraw();
|
||||
});
|
||||
|
Reference in New Issue
Block a user