dennis / slipstream

ISC License
5 stars 0 forks source link

Bugfix: Events shared timestamp #135

Closed dennis closed 3 years ago

dennis commented 3 years ago

The timestamp uptime is updated when you publish an event. As we only create a new envelope everytime we changed/add recipients, multiple events would share the same envelope. This isn't a problem, unless you consider the envelope also contains the timestamp. So suddenly all events sharing the same envelope would have the timestamp of the last event using that envelope.

When viewing the events they would seem out of order.