fix: markUnread

This commit is contained in:
March 7th
2022-06-13 19:13:03 +07:00
parent d6622eea6f
commit 1c09f6beb1
4 changed files with 3 additions and 6 deletions

View File

@@ -215,8 +215,7 @@ class PartialGroupDMChannel extends Channel {
this.client.api
.channels(this.id)
.call.ring.post({
usingApplicationJson: true,
data: {
body: {
recipients: null,
},
})