Room subtitle: show member but not profile events
Instead of not showing any kind of RoomMemberEvent.
This commit is contained in:
@@ -19,6 +19,7 @@ HPage {
|
||||
modelSources[["Room", userId]] || [], "room_id", roomId
|
||||
) || "waiting"
|
||||
onRoomInfoChanged: {
|
||||
print( JSON.stringify( roomInfo, null, 4))
|
||||
if (roomInfo.left) {
|
||||
// The room will most likely be gone on client restart
|
||||
window.uiState.page = "Pages/Default.qml"
|
||||
|
Reference in New Issue
Block a user