From c1b375b2accf280ad4ad6e1bffad366e977a57ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= Date: Wed, 30 Nov 2016 23:12:47 +0100 Subject: [PATCH] Clarify that age is generated on the local HS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- event-schemas/schema/core-event-schema/room_event.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/event-schemas/schema/core-event-schema/room_event.yaml b/event-schemas/schema/core-event-schema/room_event.yaml index 06b7b496..de72f570 100644 --- a/event-schemas/schema/core-event-schema/room_event.yaml +++ b/event-schemas/schema/core-event-schema/room_event.yaml @@ -22,7 +22,9 @@ properties: properties: age: description: The time in milliseconds that has elapsed since the event was - sent + sent. This field is generated by the local homeserver, and may be incorrect + if the local time on at least one of the two servers is out of sync, which can + cause the age to either be negative or greater than it actually is. type: integer redacted_because: description: Optional. The event that redacted this event, if any.