1
0
mirror of git://jb55.com/damus synced 2024-09-05 21:03:51 +00:00

ndb: fix minor text search result bug

This commit is contained in:
William Casarin 2023-12-04 14:51:58 -08:00
parent 104f490e86
commit 579303f741

View File

@ -191,7 +191,7 @@ class Ndb {
case 17: note_ids.append(results.results.17.key.note_id)
case 18: note_ids.append(results.results.18.key.note_id)
case 19: note_ids.append(results.results.19.key.note_id)
case 20: note_ids.append(results.results.10.key.note_id)
case 20: note_ids.append(results.results.20.key.note_id)
default:
break
}