*Add connection to graph on addItem
This commit is contained in:
parent
74773f12cd
commit
eab1d70df4
|
@ -94,6 +94,7 @@ export default class DHTCache extends EventEmitter {
|
|||
this._cache.add(item);
|
||||
|
||||
this._ensureItem(item);
|
||||
this._addEntityConnection(this.id, item);
|
||||
|
||||
const broadcast = () => {
|
||||
this._broadcastMessage({
|
||||
|
|
Loading…
Reference in New Issue