diff options
| author | ImAaronFR <96433859+ImAaronFR@users.noreply.github.com> | 2022-02-09 09:52:27 +0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-09 09:22:27 +0300 |
| commit | 385bdfdff4d1166a556e70c6fa98754dadd84d51 (patch) | |
| tree | b94806242f8e0ed8f1a22f94ec4cec072af869c3 /api | |
| parent | [Fix] Column "groups" contains null-values (#622) (diff) | |
| download | server-ts-385bdfdff4d1166a556e70c6fa98754dadd84d51.tar.xz | |
[Fix] Client bug (#623)
If you don't delete this property for some reasons after you send a message in a guild, your roles will be removed (client sided) for everyone, this fixes it.
Diffstat (limited to 'api')
| -rw-r--r-- | api/src/routes/channels/#channel_id/messages/index.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/api/src/routes/channels/#channel_id/messages/index.ts b/api/src/routes/channels/#channel_id/messages/index.ts |
