mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-09 09:26:22 +00:00
fix find
This commit is contained in:
parent
e2bd9a54b1
commit
a044d90762
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default definePlugin({
|
|||
// shows overflow forum tags only when second arg is true (orig func only takes one arg)
|
||||
// we need to filter with a second arg because this func is also used for adding tags when posting
|
||||
{
|
||||
find: "2023-01_forums_non_community",
|
||||
find: ':"REQUEST_FORUM_UNREADS"',
|
||||
replacement: {
|
||||
match: /(?=!\i.moderated)/,
|
||||
replace: "arguments[1]||"
|
||||
|
|
Loading…
Reference in a new issue