*Add connection to graph on addItem

This commit is contained in:
Derrick Hammer 2022-11-24 01:46:14 -05:00
parent 74773f12cd
commit eab1d70df4
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ export default class DHTCache extends EventEmitter {
this._cache.add(item); this._cache.add(item);
this._ensureItem(item); this._ensureItem(item);
this._addEntityConnection(this.id, item);
const broadcast = () => { const broadcast = () => {
this._broadcastMessage({ this._broadcastMessage({