mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🐛 反链提及排序失效 Fix https://github.com/siyuan-note/siyuan/issues/6187
This commit is contained in:
parent
2c610c2bad
commit
da1cdd3f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ func getBacklink2(c *gin.Context) {
|
|||
if nil != sortArg {
|
||||
sort, _ = strconv.Atoi(sortArg.(string))
|
||||
}
|
||||
mentionSortArg := arg["msort"]
|
||||
mentionSortArg := arg["mSort"]
|
||||
mentionSort := util.SortModeUpdatedDESC
|
||||
if nil != mentionSortArg {
|
||||
mentionSort, _ = strconv.Atoi(mentionSortArg.(string))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue