FoundKey microblogging server as used on fedi2.0x7f.one
Find a file
Francis Dinh 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
.config
.vscode
.woodpecker Revert "ci: combine install and lint/build tasks" 2022-09-07 14:02:45 -04:00
.yarn
assets
cypress
docs docs: add migration guide 2022-09-08 05:09:15 +00:00
locales client: remove "Disable AiScript on Pages" setting 2022-09-07 13:07:03 -04:00
packages backend: Fix appendChildren TypeError 2022-09-11 14:29:37 -04:00
scripts Use native shell commands for clean/clean-all 2022-09-05 04:43:40 -04:00
.dockerignore
.editorconfig
.gitattributes
.gitignore
.node-version
.vsls.json
.yarnrc.yml
CHANGELOG-OLD.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md Add note about development platform in contributing guide 2022-09-05 16:04:13 +00:00
COPYING
cypress.config.ts
docker-compose.yml update postgres and redis in docker-compose 2022-09-03 19:57:14 -04:00
Dockerfile
gulpfile.js
LICENSE
package.json build: update typescript and related packages 2022-09-08 23:00:36 -04:00
Procfile
READING.md
README.md
ROADMAP.md
SECURITY.md
yarn.lock build: update typescript and related packages 2022-09-08 23:00:36 -04:00

FoundKey

FoundKey is a free and open source microblogging server compatible with ActivityPub. Forked from Misskey, FoundKey improves on maintainability and behaviour, while also bringing in useful features.

See the changelog and roadmap for more on what's changed and future plans.

Documentation

FoundKey's documentation is a work in progress. In the meantime, much of the documentation on the Misskey Hub will also apply to FoundKey.

Contributing

If you're interested in helping out with the project, please read the contributing guide.

Sponsors

FoundKey is not interested in sponsorships.