fix: 🐛
This commit is contained in:
parent
8edec0f7f6
commit
a6a8ac04ac
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ class ClientService extends EventTarget {
|
||||||
this.fetchEventsFromBigRelays.bind(this),
|
this.fetchEventsFromBigRelays.bind(this),
|
||||||
{ cache: false, batchScheduleFn: (callback) => setTimeout(callback, 50) }
|
{ cache: false, batchScheduleFn: (callback) => setTimeout(callback, 50) }
|
||||||
)
|
)
|
||||||
private trendingNotesCache: NEvent[] | null = null
|
|
||||||
|
|
||||||
private userIndex = new FlexSearch.Index({
|
private userIndex = new FlexSearch.Index({
|
||||||
tokenize: 'forward'
|
tokenize: 'forward'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue