fix: 🐛

This commit is contained in:
codytseng
2025-11-21 14:15:35 +08:00
parent 8edec0f7f6
commit a6a8ac04ac

View File

@@ -61,7 +61,6 @@ class ClientService extends EventTarget {
this.fetchEventsFromBigRelays.bind(this),
{ cache: false, batchScheduleFn: (callback) => setTimeout(callback, 50) }
)
private trendingNotesCache: NEvent[] | null = null
private userIndex = new FlexSearch.Index({
tokenize: 'forward'