mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
update remotes properties
This commit is contained in:
parent
1dcb06ea6d
commit
cf605f30a4
@ -50,8 +50,6 @@ export default {
|
|||||||
default: {
|
default: {
|
||||||
origin: composeRemote("default"),
|
origin: composeRemote("default"),
|
||||||
hasWebsocket: true,
|
hasWebsocket: true,
|
||||||
useClassicAuth: true,
|
|
||||||
autoconnect: true,
|
|
||||||
},
|
},
|
||||||
chat: {
|
chat: {
|
||||||
origin: composeRemote("chat"),
|
origin: composeRemote("chat"),
|
||||||
@ -63,9 +61,11 @@ export default {
|
|||||||
},
|
},
|
||||||
livestreaming: {
|
livestreaming: {
|
||||||
origin: composeRemote("livestreaming"),
|
origin: composeRemote("livestreaming"),
|
||||||
|
hasWebsocket: false,
|
||||||
},
|
},
|
||||||
marketplace: {
|
marketplace: {
|
||||||
origin: composeRemote("marketplace"),
|
origin: composeRemote("marketplace"),
|
||||||
|
hasWebsocket: false,
|
||||||
},
|
},
|
||||||
files: {
|
files: {
|
||||||
origin: composeRemote("files"),
|
origin: composeRemote("files"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user