recalc ClientACL shared_secrets at startup

This commit is contained in:
taco 2026-01-25 01:32:44 +11:00
parent 6336bd5b72
commit 988287bfd7
5 changed files with 7 additions and 6 deletions

View file

@ -808,7 +808,7 @@ void MyMesh::begin(FILESYSTEM *fs) {
_fs = fs;
// load persisted prefs
_cli.loadPrefs(_fs);
acl.load(_fs);
acl.load(_fs, self_id);
// TODO: key_store.begin();
region_map.load(_fs);