mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-05 09:48:41 -04:00
UI polish
This commit is contained in:
parent
34b86352f2
commit
6bebc623f9
2 changed files with 17 additions and 8 deletions
|
@ -15,7 +15,7 @@ class Matrix extends NotificationProvider {
|
|||
.slice(0, size);
|
||||
const roomId = notification
|
||||
.internalRoomId
|
||||
.replaceALl(":", "%3A")
|
||||
.replaceAll(":", "%3A")
|
||||
.replaceAll("!", "%21");
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue