mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
Update ItemList API
This commit is contained in:
parent
090d2ad2dd
commit
1b53ee8562
|
@ -131,7 +131,7 @@ app.initializers.add('flarum-pusher', () => {
|
|||
});
|
||||
|
||||
extend(IndexPage.prototype, 'actionItems', items => {
|
||||
delete items.refresh;
|
||||
items.remove('refresh');
|
||||
});
|
||||
|
||||
app.pusher.then(channels => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user