mirror of
https://github.com/flarum/framework.git
synced 2025-06-07 09:04:33 +08:00
Update ItemList API
This commit is contained in:
@ -131,7 +131,7 @@ app.initializers.add('flarum-pusher', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
extend(IndexPage.prototype, 'actionItems', items => {
|
extend(IndexPage.prototype, 'actionItems', items => {
|
||||||
delete items.refresh;
|
items.remove('refresh');
|
||||||
});
|
});
|
||||||
|
|
||||||
app.pusher.then(channels => {
|
app.pusher.then(channels => {
|
||||||
|
Reference in New Issue
Block a user