From 399d58c46446ef1568880101442b26671d9284f6 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Sat, 26 Jan 2019 21:20:22 -0600 Subject: [PATCH] Remove riot.im from the list of trusted ID servers in the default config Signed-off-by: Aaron Raimist --- dendrite-config.yaml | 1 - docker/dendrite-docker.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index d26e74777..a8d39aa1e 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -17,7 +17,6 @@ matrix: trusted_third_party_id_servers: - vector.im - matrix.org - - riot.im # The media repository config media: diff --git a/docker/dendrite-docker.yml b/docker/dendrite-docker.yml index 9fe366f30..c2e7682eb 100644 --- a/docker/dendrite-docker.yml +++ b/docker/dendrite-docker.yml @@ -17,7 +17,6 @@ matrix: trusted_third_party_id_servers: - vector.im - matrix.org - - riot.im # The media repository config media: