mirror of
https://github.com/flarum/core.git
synced 2025-07-18 07:11:17 +02:00
Update dependencies
This commit is contained in:
2
extensions/pusher/js/forum/dist/extension.js
vendored
2
extensions/pusher/js/forum/dist/extension.js
vendored
@@ -133,7 +133,6 @@ System.register('flarum/pusher/main', ['flarum/extend', 'flarum/app', 'flarum/co
|
|||||||
var id = String(data.discussionId);
|
var id = String(data.discussionId);
|
||||||
|
|
||||||
if (_this3.discussion && _this3.discussion.id() === id && _this3.stream) {
|
if (_this3.discussion && _this3.discussion.id() === id && _this3.stream) {
|
||||||
(function () {
|
|
||||||
var oldCount = _this3.discussion.commentsCount();
|
var oldCount = _this3.discussion.commentsCount();
|
||||||
|
|
||||||
app.store.find('discussions', _this3.discussion.id()).then(function () {
|
app.store.find('discussions', _this3.discussion.id()).then(function () {
|
||||||
@@ -147,7 +146,6 @@ System.register('flarum/pusher/main', ['flarum/extend', 'flarum/app', 'flarum/co
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user