diff options
author | unknownPerson115 <69736850+unknownPerson115@users.noreply.github.com> | 2021-12-23 20:40:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 20:40:13 -0600 |
commit | 49426b11472c8679168f84de0d5e4aca68e095af (patch) | |
tree | 204946dc4714786060072bf3a30864c275bb44c1 | |
parent | Fix people not being able to create issues (diff) | |
download | server-49426b11472c8679168f84de0d5e4aca68e095af.tar.xz |
Fixed potential guild message SQL constraints
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)
-rw-r--r-- | util/src/entities/Message.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/util/src/entities/Message.ts b/util/src/entities/Message.ts |