fix: don't send new events from left rooms
This commit is contained in:
@@ -48,6 +48,7 @@ pub async fn set_displayname_route(
|
||||
"Tried to send displayname update for user not in the room.",
|
||||
)
|
||||
})?
|
||||
.1
|
||||
.content
|
||||
.clone(),
|
||||
)
|
||||
@@ -142,6 +143,7 @@ pub async fn set_avatar_url_route(
|
||||
"Tried to send avatar url update for user not in the room.",
|
||||
)
|
||||
})?
|
||||
.1
|
||||
.content
|
||||
.clone(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user