Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(hb): reconfigure primary name hb sync
  • Loading branch information
atticusofsparta committed Oct 28, 2025
commit c820c3e35c7f464c37f90eda2efe5ed92193be2f
2 changes: 1 addition & 1 deletion src/primary_names.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function primaryNames.removePrimaryNames(names, from)
local removedPrimaryNameAndOwner = primaryNames.removePrimaryName(name, from)
-- track the changes in the hyperbeam sync
HyperbeamSync.primaryNames.names[name] = true
HyperbeamSync.primaryNames.owners[from] = true
HyperbeamSync.primaryNames.owners[removedPrimaryNameAndOwner.owner] = true

table.insert(removedPrimaryNamesAndOwners, removedPrimaryNameAndOwner)
end
Expand Down
Loading