diff --git a/routes/post.go b/routes/post.go index 4011b435..9b881fb3 100644 --- a/routes/post.go +++ b/routes/post.go @@ -1176,6 +1176,8 @@ func (fes *APIServer) GetPostsHashHexList(ww http.ResponseWriter, req *http.Requ postEntryResponses = append(postEntryResponses, postEntryResponse) + postEntryResponse.PostEntryReaderState = utxoView.GetPostEntryReaderState(readerPublicKeyBytes, postEntry) + } if requestData.OrderBy == "newest" {