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 587a83e commit 58611deCopy full SHA for 58611de
src/main/java/run/halo/feed/FeedServiceImpl.java
@@ -151,7 +151,7 @@ private Mono<ServerResponse> postListResultToXmlServerResponse(
151
FeedContext feedContext, RSS2 rss2) {
152
return postListResult
153
.flatMapIterable(ListResult::getItems)
154
- .flatMap(post -> {
+ .concatMap(post -> {
155
// Create item
156
var permalink = post.getStatusOrDefault().getPermalink();
157
if (permalink != null) {
0 commit comments