Skip to content

Commit 4a1c82c

Browse files
author
erwin.willems
committed
Add postentryreaderstate to getpostshashhexlist
1 parent f4d1970 commit 4a1c82c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

routes/post.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,8 @@ func (fes *APIServer) GetPostsHashHexList(ww http.ResponseWriter, req *http.Requ
11761176

11771177
postEntryResponses = append(postEntryResponses, postEntryResponse)
11781178

1179+
postEntryResponse.PostEntryReaderState = utxoView.GetPostEntryReaderState(readerPublicKeyBytes, postEntry)
1180+
11791181
}
11801182

11811183
if requestData.OrderBy == "newest" {

0 commit comments

Comments
 (0)