forked from Plume/Plume
Cache local when creating local instance
This commit is contained in:
parent
5651e11ba1
commit
de4380fd34
1 changed files with 1 additions and 0 deletions
|
@ -68,5 +68,6 @@ fn new<'a>(args: &ArgMatches<'a>, conn: &Connection) {
|
|||
},
|
||||
)
|
||||
.expect("Couldn't save instance");
|
||||
Instance::cache_local(conn);
|
||||
Instance::create_local_instance_user(conn).expect("Couldn't save local instance user");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue