ViewRaw: Add support for Group DMs (#3010)

This commit is contained in:
nyx 2024-11-15 01:00:11 +02:00 committed by GitHub
parent c4f6f151e6
commit 99458da3be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -155,6 +155,7 @@ export default definePlugin({
"guild-context": MakeContextCallback("Guild"),
"channel-context": MakeContextCallback("Channel"),
"thread-context": MakeContextCallback("Channel"),
"gdm-context": MakeContextCallback("Channel"),
"user-context": MakeContextCallback("User")
},