fix: Build error two: electric boogaloo
This commit is contained in:
parent
9d9d1170b6
commit
6c61b3ec5b
1 changed files with 2 additions and 2 deletions
|
|
@ -412,10 +412,10 @@ impl Service {
|
|||
|
||||
if self.services.server.config.admins_from_room {
|
||||
if let Ok(admin_room) = self.get_admin_room().await {
|
||||
self.services
|
||||
return self.services
|
||||
.state_cache
|
||||
.is_joined(user_id, &admin_room)
|
||||
.await
|
||||
.await;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue