diff options
author | r <r@freesoftwareextremist.com> | 2020-01-29 18:14:27 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-01-29 18:14:27 +0000 |
commit | f93fe3276607039a5d09fa83b17c8f353b19ce86 (patch) | |
tree | df7daa8355087b68aad53516e51472b924a737bb /mastodon | |
parent | 2c084dfd097da448a830a8e017af0175209259ab (diff) | |
download | bloat-f93fe3276607039a5d09fa83b17c8f353b19ce86.tar.gz bloat-f93fe3276607039a5d09fa83b17c8f353b19ce86.zip |
Update notification layout
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/status.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mastodon/status.go b/mastodon/status.go index bce283f..5be4f49 100644 --- a/mastodon/status.go +++ b/mastodon/status.go @@ -50,7 +50,6 @@ type Status struct { // Custom fields Pleroma StatusPleroma `json:"pleroma"` - HideAccountInfo bool `json:"hide_account_info"` ShowReplies bool `json:"show_replies"` ReplyMap map[string][]ReplyInfo `json:"reply_map"` ReplyNumber int `json:"reply_number"` |