EVENT_NODEDB_UPDATED has been retired

This commit is contained in:
Jonathan Bennett 2025-06-15 18:09:47 -05:00
parent 8817f210c6
commit ed8c123a37

View File

@ -1557,7 +1557,7 @@ void NodeDB::addFromContact(meshtastic_SharedContact contact)
info->bitfield |= NODEINFO_BITFIELD_IS_KEY_MANUALLY_VERIFIED_MASK; info->bitfield |= NODEINFO_BITFIELD_IS_KEY_MANUALLY_VERIFIED_MASK;
// Mark the node's key as manually verified to indicate trustworthiness. // Mark the node's key as manually verified to indicate trustworthiness.
updateGUIforNode = info; updateGUIforNode = info;
powerFSM.trigger(EVENT_NODEDB_UPDATED); // powerFSM.trigger(EVENT_NODEDB_UPDATED); This event has been retired
notifyObservers(true); // Force an update whether or not our node counts have changed notifyObservers(true); // Force an update whether or not our node counts have changed
} }
saveNodeDatabaseToDisk(); saveNodeDatabaseToDisk();