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) {
|
if (discussion) {
|
||||||
discussion.save({links: {category}}).then(discussion => {
|
discussion.save({links: {category}}).then(discussion => {
|
||||||
if (app.current instanceof DiscussionPage) {
|
if (app.current instanceof DiscussionPage) {
|
||||||
app.current.stream().sync();
|
app.current.stream.sync();
|
||||||
}
|
}
|
||||||
m.redraw();
|
m.redraw();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user