neighbour-hoods/applet-template

ensure multiple agent join the same sensemaker network

Closed this issue · 1 comments

currently, whenever the sensemaker cell is cloned, each agent clones it into a separate network space, because they each use their own pub key as the community activator property:

community_activator: serializeHash(sensemakerCell.cell_id[1])

This prevents then from being in the same sensemaker network.

solved this issue in the todo-applet: neighbour-hoods/todo-applet#6