Add thread support

This commit is contained in:
Sam 2024-06-11 11:57:02 +01:00
parent 7dfa3b402b
commit 98d0a979a1

View file

@ -36,6 +36,7 @@ export default definePlugin({
contextMenus:
{
"channel-context": MenuPatch,
"user-context": MenuPatch
"user-context": MenuPatch,
"thread-context": MenuPatch
}
});