From 1b17879cdb4975d176ef19afd21cd78a8ef15ece Mon Sep 17 00:00:00 2001 From: uy_sun Date: Sun, 7 Jul 2024 00:27:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=20Filter=20=E7=94=A8=E6=B3=95?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + lib/board/graphql/queries/topics.dart | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2153b2b2..fb904f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 修复搜索位置无法显示的问题 - 捕获解码异常并修复在网页无法打开物品管理主页的问题 - 修复多次请求图片的问题 +- 修复升级服务器 Filter 用法导致的问题 ## [0.9.7] - 2024-02-05 diff --git a/lib/board/graphql/queries/topics.dart b/lib/board/graphql/queries/topics.dart index 8242815e..7fcf1ca1 100644 --- a/lib/board/graphql/queries/topics.dart +++ b/lib/board/graphql/queries/topics.dart @@ -18,7 +18,7 @@ query topics($after: String) { username avatarUrl } - comments(last: 1) { + comments(first: 1, order: {createdAt: DESC}) { edges { node { id