We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fb502 commit a2f8d06Copy full SHA for a2f8d06
app/handlers/apiv1/post.go
@@ -504,7 +504,7 @@ func ListVotes() web.HandlerFunc {
504
return c.Failure(err)
505
}
506
507
- listVotes := &query.ListPostVotes{PostID: getPost.Result.ID}
+ listVotes := &query.ListPostVotes{PostID: getPost.Result.ID, IncludeEmail: true}
508
if err := bus.Dispatch(c, listVotes); err != nil {
509
510
0 commit comments