From e045619a60e96d7d2f698f6586138552ad46340c Mon Sep 17 00:00:00 2001 From: TheDiscordian Date: Fri, 15 May 2020 19:19:10 -0400 Subject: [PATCH] private -> Public --- responses.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/responses.go b/responses.go index 6213ac3..76d0960 100644 --- a/responses.go +++ b/responses.go @@ -117,8 +117,8 @@ type RespUserDisplayName struct { type RespUserStatus struct { Presence string `json:"presence"` StatusMsg string `json:"status_msg"` - lastActiveAgo int `json:"last_active_ago"` - currentlyActive bool `json:"currently_active"` + LastActiveAgo int `json:"last_active_ago"` + CurrentlyActive bool `json:"currently_active"` } // RespRegister is the JSON response for http://matrix.org/docs/spec/client_server/r0.2.0.html#post-matrix-client-r0-register