Merge remote-tracking branch 'origin/main' into illegal-car-mods

This commit is contained in:
Jacob Taylor 2025-09-06 10:19:59 -07:00
commit 098eb8abca
102 changed files with 2666 additions and 1117 deletions

View file

@ -183,8 +183,8 @@ impl Service {
.services
.users
.list_local_users()
.map(UserId::to_owned)
.collect::<Vec<_>>()
.map(ToOwned::to_owned)
.collect::<Vec<OwnedUserId>>()
.await
{
let presence = self.db.get_presence(user_id).await;