diff options
author | Krithin Sitaram <krithin@gmail.com> | 2018-12-29 07:31:49 +0800 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-12-28 23:31:49 +0000 |
commit | 98df67a8deeb7ead6859a1900b6f25e6ebceb1e0 (patch) | |
tree | 0db8435e0a6c5cc2b6218a926d0652ddeb8201c0 /changelog.d | |
parent | Log roomid along with Unknown room (#4297) (diff) | |
download | synapse-98df67a8deeb7ead6859a1900b6f25e6ebceb1e0.tar.xz |
Remove mention of lt-cred-mech in the sample coturn config. (#4333)
* Remove mention of lt-cred-mech in the sample coturn config. See https://github.com/coturn/coturn/pull/262 for more context. Also clean up some minor formatting issues while I'm here. * Add changelog. Signed-off-by: Krithin Sitaram <krithin@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4333.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4333.misc b/changelog.d/4333.misc new file mode 100644 index 0000000000..43f7139a48 --- /dev/null +++ b/changelog.d/4333.misc @@ -0,0 +1 @@ +Documentation improvements for coturn setup. Contributed by Krithin Sitaram. |