Add users currently typing in room bar

This commit is contained in:
miruka
2019-04-14 16:12:07 -04:00
parent 14a76b710b
commit 8a3189df15
9 changed files with 85 additions and 21 deletions

View File

@@ -24,10 +24,6 @@ Controls1.SplitView {
}
id: "pageStack"
// initialItem: Chat.Root {
//user: Backend.accountsModel.get(0)
//room: Backend.roomsModel[Backend.accountsModel.get(0).user_id].get(0)
//}
onCurrentItemChanged: currentItem.forceActiveFocus()