mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add Freenode & Mozilla domains
So the join button works for them
This commit is contained in:
parent
10650d2cd1
commit
0df242e0e9
@ -31,6 +31,8 @@
|
|||||||
"nativePattern": "[^\\s]+/[^\\s]+$"
|
"nativePattern": "[^\\s]+/[^\\s]+$"
|
||||||
},
|
},
|
||||||
"irc:freenode": {
|
"irc:freenode": {
|
||||||
|
"protocol": "irc",
|
||||||
|
"domain": "chat.freenode.net",
|
||||||
"portalRoomPattern": "#freenode_.*:matrix.org",
|
"portalRoomPattern": "#freenode_.*:matrix.org",
|
||||||
"name": "Freenode",
|
"name": "Freenode",
|
||||||
"icon": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
"icon": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
||||||
@ -38,6 +40,8 @@
|
|||||||
"nativePattern": "^#[^\\s]+$"
|
"nativePattern": "^#[^\\s]+$"
|
||||||
},
|
},
|
||||||
"irc:mozilla": {
|
"irc:mozilla": {
|
||||||
|
"protocol": "irc",
|
||||||
|
"domain": "irc.mozilla.org",
|
||||||
"portalRoomPattern": "#mozilla_.*:matrix.org",
|
"portalRoomPattern": "#mozilla_.*:matrix.org",
|
||||||
"name": "Mozilla",
|
"name": "Mozilla",
|
||||||
"icon": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
"icon": "//matrix.org/_matrix/media/v1/download/matrix.org/DHLHpDDgWNNejFmrewvwEAHX",
|
||||||
|
Loading…
Reference in New Issue
Block a user