@hocuspocus/provider 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2252,7 +2252,10 @@ class HocuspocusProvider extends EventEmitter {
|
|
|
2252
2252
|
class TiptapCollabProvider extends HocuspocusProvider {
|
|
2253
2253
|
constructor(configuration) {
|
|
2254
2254
|
if (!configuration.url) {
|
|
2255
|
-
configuration.url = `wss://${configuration.appId}.
|
|
2255
|
+
configuration.url = `wss://${configuration.appId}.collab.tiptap.cloud`;
|
|
2256
|
+
}
|
|
2257
|
+
if (!configuration.token) {
|
|
2258
|
+
configuration.token = 'notoken';
|
|
2256
2259
|
}
|
|
2257
2260
|
super(configuration);
|
|
2258
2261
|
}
|