Merge branch 'main' into diesel_enums

This commit is contained in:
Dessalines 2023-04-17 14:39:36 -04:00
commit c7f4bc7990
2 changed files with 2 additions and 1 deletions

View file

@ -130,6 +130,7 @@ Each Lemmy server can set its own moderation policy; appointing site-wide admins
- [go-lemmy](https://gitea.arsenm.dev/Arsen6331/go-lemmy)
- [Dart API client](https://github.com/LemmurOrg/lemmy_api_client)
- [Reddit -> Lemmy Importer](https://github.com/rileynull/RedditLemmyImporter)
- [lemmy-bot - Typescript library to make it easier to make bots for Lemmy](https://github.com/SleeplessOne1917/lemmy-bot)
## Support / Donate

View file

@ -54,7 +54,7 @@ services:
# run docker compose up --build
# assuming lemmy-ui is cloned besides lemmy directory
# build:
# context: ../../../lemmy-ui
# context: ../../lemmy-ui
# dockerfile: dev.dockerfile
networks:
- lemmyinternal