Use internal room ids in Process.toml (#5772)

This commit is contained in:
Joseph Mark
2020-04-24 15:35:31 +02:00
committed by GitHub
parent 37bbe2a319
commit 035efc1663
+5 -5
View File
@@ -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"