server: implement adapter fetch #3

Open
opened 2024-07-05 02:37:02 +00:00 by nilix · 3 comments
Owner

given an identifier, the adapter should be able to fetch a message or author and give it to us on the websocket

given an identifier, the adapter should be able to fetch a message or author and give it to us on the websocket
nilix changed title from implement adapter fetch to server: implement adapter fetch 2024-07-05 02:39:09 +00:00
nilix added this to the underbbs: dogfood project 2024-07-07 17:21:55 +00:00
Author
Owner

fetch can easily trigger a race condition in the misskey adapter's cache, so we need to guard it with a RWMutex

fetch can easily trigger a race condition in the misskey adapter's cache, so we need to guard it with a `RWMutex`
Author
Owner

1/3, misskey fetch is working

1/3, misskey fetch is working
Author
Owner

changed the signature to take an array of IDs to fetch.

misskey adapter is good, so let's work on the other adapters!

changed the signature to take an array of IDs to fetch. misskey adapter is good, so let's work on the other adapters!
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lightcrystal/underbbs#3
No description provided.