This commit is contained in:
Liang Ding 2022-10-13 20:18:43 +08:00
parent 2c610c2bad
commit da1cdd3f5b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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))