This commit is contained in:
Wessel 2026-04-20 19:01:31 +00:00 committed by GitHub
commit 6a99531c9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 38 additions and 1 deletions

View file

@ -948,6 +948,9 @@ void MyMesh::begin(bool has_display) {
resetContacts();
_store->loadContacts(this);
bootstrapRTCfromContacts();
_store->cleanOrphanBlobs(this);
addChannel("Public", PUBLIC_GROUP_PSK); // pre-configure Andy's public channel
_store->loadChannels(this);