- NM
- https://nilfm.cc
-
red mage hacker focused on freedom and conviviality
see also:
- Joined on
2023-08-20
client/server: handle boosts and quotes
thinking about how to handle boosts:
- when boosts come in, fetch their referent and convoy as normal
- place boosts in their own carousel separate from the main thread view
- clicking on a…
server: cleanup and context
fixed the first two issues. still need to handle the latter; if we can handle it generically, then we can close this and then pass error state along from each adapter as we work on them
server: implement adapter fetch
changed the signature to take an array of IDs to fetch.
misskey adapter is good, so let's work on the other adapters!
client: adapter component not building and updating threads correctly
aecfd97c96
MisskeyAdapter, NostrAdapter: try to fix misskey client context timeout, fix type signatures
client: tabbar should be smarter
client: adapter component not building and updating threads correctly
probably has a lot to do with #22