wip: new activity sidebar

This commit is contained in:
2024-01-11 21:00:42 +07:00
parent a8cd34d998
commit 2c8571ecc7
21 changed files with 537 additions and 203 deletions

View File

@@ -392,8 +392,12 @@ export class Ark {
const seenIds = new Set<string>();
const dedupQueue = new Set<string>();
const relayUrls = [...this.ndk.pool.relays.values()].map(
(item) => item.url,
);
const events = await this.#fetcher.fetchLatestEvents(
this.#storage.account.relayList,
relayUrls,
filter,
limit,
{