feat: implemented relay controller and use that for fetching and publishing events #149
No reviewers
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sigit/sigit.io#149
Loading…
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?