fix: don't send new events from left rooms
This commit is contained in:
parent
2f5df4aac9
commit
0762196963
6 changed files with 79 additions and 48 deletions
|
@ -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(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue