FoundKey/packages
Norm 9bcc247421
backend: Fix appendChildren TypeError
In #134, the mention `MfmNode` handler was made async to allow the
mentionedUsers query to be used there. This however changed the return
type of that handler to be a `Promise`, causing a `TypeError` in
`appendChildren`.

This fixes the `TypeError` by making every handler and the `appendChildren`
function also async and awaiting on the processed children.

This also attempts to fix the types issue with handlers by casting to
the newly defined `HandlerFunc` type instead of to `any`.
2022-09-11 14:29:37 -04:00
..
backend backend: Fix appendChildren TypeError 2022-09-11 14:29:37 -04:00
client build: update typescript and related packages 2022-09-08 23:00:36 -04:00
foundkey-js foundkey-js: fix build errors 2022-09-09 00:08:21 -04:00
shared client: fix some lints 2022-08-12 08:35:22 +02:00
sw sw: Remove fetch handler from service worker 2022-09-06 23:24:23 +02:00
meta.json refactoring 2021-11-12 02:02:25 +09:00