matrix-org / matrix-appservice-discord

A bridge between Matrix and Discord.
Apache License 2.0
804 stars 152 forks source link

Do not rely on `age`, use origin_server_ts #842

Closed Half-Shot closed 2 years ago

Half-Shot commented 2 years ago

Fixes #841

age is a unreliable field that old Matrix events included to determine the rough age of an event. It's unreliable however, so we should just use the reliable timestamp field.