Use real matrix.org network in sample config
This commit is contained in:
parent
cd4564d3d3
commit
8f6d98886c
|
@ -9,22 +9,30 @@
|
||||||
"networks": [
|
"networks": [
|
||||||
"matrix:example_com",
|
"matrix:example_com",
|
||||||
"matrix:matrix_org",
|
"matrix:matrix_org",
|
||||||
"irc:mynetwork"
|
"gitter",
|
||||||
|
"irc:freenode",
|
||||||
|
"irc:mozilla"
|
||||||
],
|
],
|
||||||
"networkPatterns": {
|
"networkPatterns": {
|
||||||
"matrix:myserver": "#.*:example.com",
|
"matrix:example_com": "#.*:example.com",
|
||||||
"matrix:matrix_org": "#.*:matrix.org",
|
"matrix:matrix_org": "#.*:matrix.org",
|
||||||
"irc:mynetwork": "#mynetwork_.*:example.com"
|
"gitter": "#gitter_.*:matrix.org",
|
||||||
|
"irc:freenode": "#freenode_.*:matrix.org",
|
||||||
|
"irc:mozilla": "#mozilla_.*:matrix.org"
|
||||||
},
|
},
|
||||||
"networkNames": {
|
"networkNames": {
|
||||||
"matrix:matrix_org": "matrix.org",
|
|
||||||
"matrix:example_com": "example.com",
|
"matrix:example_com": "example.com",
|
||||||
"irc:mynetwork": "My IRC Network"
|
"matrix:matrix_org": "matrix.org",
|
||||||
|
"irc:freenode": "Freenode",
|
||||||
|
"irc:mozilla": "Mozilla",
|
||||||
|
"gitter": "Gitter"
|
||||||
},
|
},
|
||||||
"networkIcons": {
|
"networkIcons": {
|
||||||
"matrix:example_com": "//matrix.org/favicon.ico",
|
"matrix:example_com": "//matrix.org/favicon.ico",
|
||||||
"matrix:matrix_org": "//matrix.org/favicon.ico",
|
"matrix:matrix_org": "//matrix.org/favicon.ico",
|
||||||
"irc:mynetwork": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX"
|
"irc:freenode": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
||||||
|
"irc:mozilla": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
||||||
|
"gitter": "//gitter.im/favicon.ico"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue