Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Use internal room ids in Process.toml (#5772)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjeohp authored Apr 24, 2020
1 parent 8da46bc commit 2f77fc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Process.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 2f77fc9

Please sign in to comment.