DJDNS / js-deje

JS implementation of DEJE client
1 stars 0 forks source link

Timestamps should not be cleared when rcving 02-publish-events #13

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

This legacy logic is destructive.

MaddieM4 commented 10 years ago

Problem was that render_events() deletes all .event objects, including those in the timestamps area. Made sure it only deletes those elements in the .events area.