Skip to content

Commit

Permalink
Fix document name thing
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Feb 28, 2024
1 parent ede9c0f commit be03d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/workspace/editor/Tiptap.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
provider = new HocuspocusProvider({
url: 'wss://akademia-backend.arctix.dev',
token: state.token.access_token,
name: initActiveFile.id,
name: 'document'+initActiveFile.id,
onAuthenticationFailed: () => {
$editor.destroy();
provider.destroy();
Expand Down

0 comments on commit be03d61

Please sign in to comment.