Cache local when creating local instance
This commit is contained in:
parent
5651e11ba1
commit
de4380fd34
@ -68,5 +68,6 @@ fn new<'a>(args: &ArgMatches<'a>, conn: &Connection) {
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
.expect("Couldn't save instance");
|
.expect("Couldn't save instance");
|
||||||
|
Instance::cache_local(conn);
|
||||||
Instance::create_local_instance_user(conn).expect("Couldn't save local instance user");
|
Instance::create_local_instance_user(conn).expect("Couldn't save local instance user");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user