Skip to content

Commit afe9633

Browse files
committed
fixed unread message marking
1 parent a34d407 commit afe9633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reddit.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ func (c *Reddit) ListUnreadMessages() ([]models.Comment, error) {
531531
}
532532
target := RedditOauth + "/message/unread"
533533
ans, err := c.MiraRequest("GET", target, map[string]string{
534-
"mark": "true",
534+
"mark": "false",
535535
})
536536
ret := &models.CommentListing{}
537537
json.Unmarshal(ans, ret)

0 commit comments

Comments
 (0)