mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-13 01:11:07 +09:00
Fix bug
This commit is contained in:
parent
75cd580c3a
commit
0adcb646fe
@ -22,7 +22,7 @@ import * as anime from 'animejs';
|
||||
export default Vue.extend({
|
||||
computed: {
|
||||
stream() {
|
||||
return (this as any).os.stream.useSharedConnection('main');
|
||||
return (this as any).os.stream;
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
Loading…
Reference in New Issue
Block a user