diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-15 19:53:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-15 19:53:46 +0900 |
| commit | 1439c3245b961de910b753ff2d5069c17e79af4b (patch) | |
| tree | 0ea43246eac335af39e32f2910b3131ce3ec782d /src/web/app/common/scripts/streaming/home.ts | |
| parent | :v: (diff) | |
| download | misskey-1439c3245b961de910b753ff2d5069c17e79af4b.tar.gz misskey-1439c3245b961de910b753ff2d5069c17e79af4b.tar.bz2 misskey-1439c3245b961de910b753ff2d5069c17e79af4b.zip | |
:v:
Diffstat (limited to 'src/web/app/common/scripts/streaming/home.ts')
| -rw-r--r-- | src/web/app/common/scripts/streaming/home.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/streaming/home.ts b/src/web/app/common/scripts/streaming/home.ts index 1f110bfd3b..533c232449 100644 --- a/src/web/app/common/scripts/streaming/home.ts +++ b/src/web/app/common/scripts/streaming/home.ts @@ -9,7 +9,7 @@ import MiOS from '../../mios'; */ export class HomeStream extends Stream { constructor(os: MiOS, me) { - super('', { + super(os, '', { i: me.token }); |