diff options
Diffstat (limited to 'connector/connector.go')
-rw-r--r-- | connector/connector.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/connector/connector.go b/connector/connector.go index 0afcd1c..9ff5d49 100644 --- a/connector/connector.go +++ b/connector/connector.go @@ -113,8 +113,7 @@ type Event struct { } type UserInfo struct { - Nickname string - Status string + DisplayName string Avatar MediaObject } |