Make the SendBox work, send plaintext messages

This commit is contained in:
miruka
2019-04-17 23:01:26 -04:00
parent 6ab4acdc84
commit a7649d1a7a
4 changed files with 18 additions and 5 deletions

View File

@@ -30,7 +30,6 @@ Rectangle {
property real yPos: visibleArea.yPosition
onYPosChanged: {
console.log(yPos)
if (yPos <= 0.1) {
Backend.loadPastEvents(chatPage.room.room_id)
}