UI polish

This commit is contained in:
Gero Gerke
2021-10-05 21:59:58 +02:00
parent 34b86352f2
commit 6bebc623f9
2 changed files with 17 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ class Matrix extends NotificationProvider {
.slice(0, size);
const roomId = notification
.internalRoomId
.replaceALl(":", "%3A")
.replaceAll(":", "%3A")
.replaceAll("!", "%21");
try {