diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-28 22:57:04 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-05-28 22:57:04 +0900 |
| commit | d76345264ded05b2f8a1e7b75922914fd5aeb159 (patch) | |
| tree | 7187c476e556af36e965ad974656999c777c9507 /src/client/ui/_common_ | |
| parent | Resolve #7538 (diff) | |
| download | sharkey-d76345264ded05b2f8a1e7b75922914fd5aeb159.tar.gz sharkey-d76345264ded05b2f8a1e7b75922914fd5aeb159.tar.bz2 sharkey-d76345264ded05b2f8a1e7b75922914fd5aeb159.zip | |
fix bug
Diffstat (limited to 'src/client/ui/_common_')
| -rw-r--r-- | src/client/ui/_common_/common.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ui/_common_/common.vue b/src/client/ui/_common_/common.vue index 1e825e0fe0..8da19a0984 100644 --- a/src/client/ui/_common_/common.vue +++ b/src/client/ui/_common_/common.vue @@ -43,7 +43,7 @@ export default defineComponent({ }; if ($i) { - const connection = stream.useChannel('main', 'UI'); + const connection = stream.useChannel('main', null, 'UI'); connection.on('notification', onNotification); } |