Skip to content
Snippets Groups Projects
Commit 534e71b7 authored by syuilo's avatar syuilo
Browse files

Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop

parents 533955f9 b8f8b9e7
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,6 @@ import { markRaw } from 'vue';
import { $i } from '@/account';
import { url } from '@/config';
console.log($i.token);
export const stream = markRaw(new Misskey.Stream(url, $i ? {
token: $i.token,
} : null));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment