mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-20 02:14:10 +01:00
fix missing escapes on AS regexp
This commit is contained in:
parent
db4de5022b
commit
7a86bc4a66
|
|
@ -107,7 +107,7 @@ regular expressions and look like:
|
||||||
|
|
||||||
users:
|
users:
|
||||||
- exclusive: true
|
- exclusive: true
|
||||||
regex: "@_irc.freenode.net_.*"
|
regex: "@_irc\.freenode\.net_.*"
|
||||||
|
|
||||||
Application services may define the following namespaces (with none being explicitly required):
|
Application services may define the following namespaces (with none being explicitly required):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue