pub async fn storage_get_active_user( db: State<'_, DatabaseWrapper>, server_id: String, ) -> Result<Option<UserInfo>, String>
Get the active user for a server