feat: implemented relay controller and use that for fetching and publishing events #149
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "relay-controller"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: feat: implemented relay controller and use that for fetching and publishing eventsto feat: implemented relay controller and use that for fetching and publishing eventsOn the login I can see the following error/warning in the console, but I can't replicate it each time (sent the screenshot) but I've only seen it now on
relay-controller
branch (also happened on logout click during the call and it prevented the logout, but unable to replicate).@ -0,0 +80,4 @@
*
* @param {Filter} filter - The filter criteria to find the event.
* @param {string[]} [relays] - An optional array of relay URLs to search for the event.
* @returns {Promise<Event | null>} - Returns a promise that resolves to the found event or null if not found.
Small mismatch between comment and actual function return
fixed
I have fixed it. Can you check again please?