mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -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
|
@ -151,6 +151,7 @@ export default definePlugin({
|
|||
contextMenus: {
|
||||
"message": patchMessageContextMenu,
|
||||
"channel-context": patchChannelContextMenu,
|
||||
"thread-context": patchChannelContextMenu,
|
||||
"user-context": patchChannelContextMenu,
|
||||
"gdm-context": patchChannelContextMenu
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue