You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
"/n" -> " "
This commit is contained in:
@ -187,6 +187,7 @@ function textForServerACLEvent(ev) {
|
|||||||
changes.push(`Participating from a server using an IP literal hostname is now ${allowban}.`);
|
changes.push(`Participating from a server using an IP literal hostname is now ${allowban}.`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return text + changes.join(" ");
|
||||||
}
|
}
|
||||||
|
|
||||||
function textForMessageEvent(ev) {
|
function textForMessageEvent(ev) {
|
||||||
|
Reference in New Issue
Block a user