mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 10:52:31 +01:00
49426b1147
i have tied member dependencies to the author id rather than the member id to avoid a dependency cycle and you can now kick/ban someone from a guild/server and the messages will remain in the guild (just like discord) as stated in issue #441 I have also tested this code seems clean so far (new pull request opened because of branch commit issues) |
||
---|---|---|
.. | ||
.vscode | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
.npmignore | ||
.prettierrc | ||
LICENSE | ||
ormconfig.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Fosscord server util
About
Fosscord is a free open source selfhostable chat, voice and video discord-compatible platform.
Fosscord server util contains all necessary logic that is shared between the api, gateway and cdn.
It contains all mongoose database models and utility functions.
Installation
npm install @fosscord/server-util