mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-09 14:43:03 -04:00
fix: Add ViewRaw & MessageLogger context menu options on threads (#2750)
This commit is contained in:
parent
f8b01c1a31
commit
2658459a98
2 changed files with 2 additions and 0 deletions
|
@ -153,6 +153,7 @@ export default definePlugin({
|
|||
contextMenus: {
|
||||
"guild-context": MakeContextCallback("Guild"),
|
||||
"channel-context": MakeContextCallback("Channel"),
|
||||
"thread-context": MakeContextCallback("Channel"),
|
||||
"user-context": MakeContextCallback("User")
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue