This commit is contained in:
2026-07-25 17:19:36 +02:00
parent 6fb8ab19aa
commit 068e100ca1
6 changed files with 371 additions and 29 deletions
+2
View File
@@ -60,4 +60,6 @@ impl PermissionSyncService {
.full_sync_server(server_id)
.await;
}
async fn sync_server_permissions_by_user() {}
}