From 2ddeef761f854dbec6905a01096d249b1a8befee Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Thu, 9 Jan 2020 15:40:58 +0300 Subject: [PATCH] Fix gossiped_timestamp documentation --- src/chat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat.rs b/src/chat.rs index bedf57c80..e80e66974 100644 --- a/src/chat.rs +++ b/src/chat.rs @@ -548,7 +548,7 @@ pub struct ChatInfo { /// This is the string-serialised version of [Params] currently. pub param: String, - /// Something to do with gossiping and timestamps? + /// Last time this client sent autocrypt gossip headers to this chat. pub gossiped_timestamp: i64, /// Whether this chat is currently sending location-stream messages.