wip
This commit is contained in:
parent
6836c8e98e
commit
39b377c06f
29 changed files with 94 additions and 65 deletions
6
packages/client/src/stream.ts
Normal file
6
packages/client/src/stream.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import * as Misskey from 'misskey-js';
|
||||
import { markRaw } from 'vue';
|
||||
import { $i } from '@/account';
|
||||
import { url } from '@/config';
|
||||
|
||||
export const stream = markRaw(new Misskey.Stream(url, $i));
|
||||
Loading…
Add table
Add a link
Reference in a new issue