aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/ui/controller/feed.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/ui/controller/feed.go')
-rw-r--r--server/ui/controller/feed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/ui/controller/feed.go b/server/ui/controller/feed.go
index 85a94cf..eeb66c4 100644
--- a/server/ui/controller/feed.go
+++ b/server/ui/controller/feed.go
@@ -72,7 +72,7 @@ func (c *Controller) ShowFeedEntries(ctx *core.Context, request *core.Request, r
builder.WithFeedID(feed.ID)
builder.WithoutStatus(model.EntryStatusRemoved)
builder.WithOrder(model.DefaultSortingOrder)
- builder.WithDirection(model.DefaultSortingDirection)
+ builder.WithDirection(user.EntryDirection)
builder.WithOffset(offset)
builder.WithLimit(nbItemsPerPage)