Replies + Other changes
This commit is contained in:
@ -128,7 +128,6 @@ export default class Connection {
|
||||
return;
|
||||
}
|
||||
let json = JSON.stringify(obj);
|
||||
console.debug(`[${this.Address}] >> ${json}`);
|
||||
this.Socket.send(json);
|
||||
}
|
||||
|
||||
|
@ -42,7 +42,6 @@ export default class Thread {
|
||||
ret.Mentions = eTags.filter(a => a.Marker === "mention");
|
||||
}
|
||||
ret.PubKeys = ev.Tags.filter(a => a.Key === "p").map(a => a.PubKey);
|
||||
|
||||
return ret;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user