Cache local instance user on start
This commit is contained in:
@@ -442,6 +442,7 @@ mod tests {
|
||||
)
|
||||
.unwrap();
|
||||
Instance::cache_local(conn);
|
||||
Instance::cache_local_instance_user(conn);
|
||||
instance
|
||||
});
|
||||
let mut user = NewUser::default();
|
||||
|
||||
Reference in New Issue
Block a user