Skip to content

Made the code use origin_server_ts instead of age to calculate messages

Rasmus Rendal requested to merge RasmusRendal/fractal:origin_server_ts into master

This should do something to address parts of issue #338 (closed), at least the part with incorrectly calculated message timestamps.

What I did was drop using age to calculate timestamps, and then I removed it from the part of the message which is saved by sync. And then I added origin_server_ts.

Merge request reports