mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 07:36:18 +09:00
[Client] Fix bug
This commit is contained in:
parent
455c78f7f4
commit
4f6fcb6f19
@ -70,6 +70,8 @@
|
||||
loading: false,
|
||||
notifications: notifications
|
||||
});
|
||||
|
||||
this.trigger('fetched');
|
||||
});
|
||||
|
||||
this.stream.on('notification', this.onNotification);
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
this.Progress.start();
|
||||
|
||||
this.refs.ui.refs.notifications.on('loaded', () => {
|
||||
this.refs.ui.refs.notifications.on('fetched', () => {
|
||||
this.Progress.done();
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user