Add Subscribed field to Subreddit

How was this not already there

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-08-19 21:37:08 -04:00
parent 204fa9080e
commit cf5d6b89c1
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -285,6 +285,7 @@ type Subreddit struct {
ActiveUserCount *int `json:"active_user_count,omitempty"`
NSFW bool `json:"over18"`
UserIsMod bool `json:"user_is_moderator"`
Subscribed bool `json:"user_is_subscriber"`
Favorite bool `json:"user_has_favorited"`
}