1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-01 09:58:03 +03:00

"/n" -> " "

This commit is contained in:
Will Hunt
2018-07-06 16:37:40 +01:00
parent 1ca164f1a9
commit 1db803ccfc

View File

@@ -187,6 +187,7 @@ function textForServerACLEvent(ev) {
changes.push(`Participating from a server using an IP literal hostname is now ${allowban}.`);
}
return text + changes.join(" ");
}
function textForMessageEvent(ev) {