Drop kwargs support for callCoro/callClientCoro

This commit is contained in:
miruka
2019-07-07 23:38:37 -04:00
parent 4f0ba24373
commit 8dccfffc8b
6 changed files with 22 additions and 25 deletions

View File

@@ -50,7 +50,6 @@ HRectangle {
chatPage.userId,
"load_past_events",
[chatPage.roomId],
{},
function(more_to_load) { canLoad = more_to_load }
)
}