Skip to content

Commit

Permalink
fix: ThreadMember flags not serialized (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
armsnyder committed Mar 9, 2023
1 parent 58ea353 commit 1115a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ type ThreadMember struct {
// The time the current user last joined the thread
JoinTimestamp time.Time `json:"join_timestamp"`
// Any user-thread settings, currently only used for notifications
Flags int
Flags int `json:"flags"`
}

// ThreadsList represents a list of threads alongisde with thread member objects for the current user.
Expand Down

0 comments on commit 1115a47

Please sign in to comment.