refactor: hashtags timeline weaver to worker relay

This commit is contained in:
2024-01-24 11:43:51 +00:00
parent f9d08267a6
commit 9a0bbb8b74
9 changed files with 92 additions and 139 deletions

View File

@ -92,6 +92,10 @@ export class RequestBuilder {
return this.#builders.length;
}
get filterBuilders() {
return this.#builders;
}
get options() {
return this.#options;
}