🔊 Trace events from Matrix client callbacks to domain methods
This commit is contained in:
@@ -35,7 +35,7 @@ pub struct Room {
|
||||
|
||||
impl Room {
|
||||
pub fn signal(&self) -> Store {
|
||||
self.store.borrow().clone()
|
||||
*self.store.borrow()
|
||||
}
|
||||
|
||||
pub fn from_domain(room: Rc<dyn RoomStoreConsumerInterface>) -> Self {
|
||||
|
@@ -25,7 +25,7 @@ pub struct Space {
|
||||
|
||||
impl Space {
|
||||
pub fn signal(&self) -> Store {
|
||||
self.store.borrow().clone()
|
||||
*self.store.borrow()
|
||||
}
|
||||
|
||||
pub fn from_domain(space: Rc<dyn SpaceStoreConsumerInterface>) -> Self {
|
||||
|
Reference in New Issue
Block a user