mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 17:00:07 +09:00
wip
This commit is contained in:
@ -78,8 +78,8 @@ export default Vue.extend({
|
||||
this.connection.on('read', this.onRead);
|
||||
|
||||
(this as any).api('messaging/history').then(messages => {
|
||||
this.fetching = false;
|
||||
this.messages = messages;
|
||||
this.fetching = false;
|
||||
});
|
||||
},
|
||||
beforeDestroy() {
|
||||
|
Reference in New Issue
Block a user