Преглед изворни кода

Merge pull request #859 from pushytoxin/patch-1

Etherpad docs: Padname length bug
pull/863/head
Slavi Pantaleev пре 5 година
committed by GitHub
родитељ
комит
8a8f94eda1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 5 додато и 0 уклоњено
  1. +5
    -0
      docs/configuring-playbook-etherpad.md

+ 5
- 0
docs/configuring-playbook-etherpad.md Прегледај датотеку

@@ -24,3 +24,8 @@ The Dimension administrator users can configure the default URL template. The Di

If you wish to disable the Etherpad chat button, you can do it by appending `?showChat=false` to the end of the pad URL, or the template.
Example: `https://dimension.<your-domain>/etherpad/p/$roomId_$padName?showChat=false`

## Known issues

If your Etherpad widget fails to load, this might be due to Dimension generating a Pad name so long, the Etherpad app rejects it.
`$roomId_$padName` can end up being longer than 50 characters. You can avoid having this problem by altering the template so it only contains the three word random identifier `$padName`.

Loading…
Откажи
Сачувај