Skip to content

Commit

Permalink
add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Feb 21, 2025
1 parent 61c2312 commit 3365b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/overview/factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const mailboxes = {
};

const modified = await factory.modifyTags(
list,
mailboxes,
// will change the existing "r" tag to ["r, "wss://relay.io/"] (both read and write)
addOutboxRelay("wss://relay.io/"),
// will add a new ["r", "wss://nostr.wine/", "write"] tag
Expand Down
1 change: 1 addition & 0 deletions packages/loaders/src/loaders/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export * from "./relay-timeline-loader.js";
export * from "./cache-timeline-loader.js";
export * from "./tag-value-loader.js";
export * from "./request-loader.js";
export * from "./dns-identity-loader.js";

0 comments on commit 3365b99

Please sign in to comment.