Show live location shares on the room map as well
This commit is contained in:
@@ -31,5 +31,12 @@ Kirigami.Page {
|
|||||||
isLive: true
|
isLive: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MapItemView {
|
||||||
|
model: LiveLocationsModel {
|
||||||
|
room: locationsPage.room
|
||||||
|
}
|
||||||
|
delegate: LocationMapItem {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user