Refactor Chat/RoomSidePane

This commit is contained in:
miruka
2019-12-09 05:25:31 -04:00
parent 06a6a4c08d
commit 5609ae2817
27 changed files with 237 additions and 338 deletions

View File

@@ -64,7 +64,7 @@ HMxcImage {
let isMxc = toOpen.startsWith("mxc://")
isMxc ?
py.callClientCoro(chatPage.userId, "mxc_to_http", [toOpen], callback) :
py.callClientCoro(chat.userId, "mxc_to_http", [toOpen], callback) :
callback(toOpen)
}