From 035efc1663d3b9843d0289feac037c38afb93b9a Mon Sep 17 00:00:00 2001
From: Joseph Mark <sjeohp@gmail.com>
Date: Fri, 24 Apr 2020 15:35:31 +0200
Subject: [PATCH] Use internal room ids in Process.toml (#5772)

---
 substrate/Process.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/substrate/Process.toml b/substrate/Process.toml
index a81a6495bdd..ecaf5c7120f 100644
--- a/substrate/Process.toml
+++ b/substrate/Process.toml
@@ -1,24 +1,24 @@
 [Networking]
 owner = "tomaka"
 whitelist = []
-matrix_room_id = "#libp2p:matrix.parity.io"
+matrix_room_id = "!vUADSGcyXmxhKLeDsW:matrix.parity.io"
 
 [Client]
 owner = "gnunicorn"
 whitelist = []
-matrix_room_id = "#substrate:matrix.parity.io"
+matrix_room_id = "!aenJixaHcSKbJOWxYk:matrix.parity.io"
 
 [Runtime]
 owner = "gavofyork"
 whitelist = []
-matrix_room_id = "#substrate-frame:matrix.parity.io"
+matrix_room_id = "!yBKstWVBkwzUkPslsp:matrix.parity.io"
 
 [Consensus]
 owner = "andresilva"
 whitelist = []
-matrix_room_id = "#consensus-team:matrix.parity.io"
+matrix_room_id = "!XdNWDTfVNFVixljKZU:matrix.parity.io"
 
 [Smart Contracts]
 owner = "pepyakin"
 whitelist = []
-matrix_room_id = "#substrate-frame:matrix.parity.io"
+matrix_room_id = "!yBKstWVBkwzUkPslsp:matrix.parity.io"
-- 
GitLab