server: implement adapter fetch #3
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lightcrystal/underbbs#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
given an identifier, the adapter should be able to fetch a message or author and give it to us on the websocket
implement adapter fetchto server: implement adapter fetchfetch can easily trigger a race condition in the misskey adapter's cache, so we need to guard it with a
RWMutex
1/3, misskey fetch is working
changed the signature to take an array of IDs to fetch.
misskey adapter is good, so let's work on the other adapters!