mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-28 07:54:22 -04:00
Fix Patches
This commit is contained in:
parent
0419110526
commit
2565f5e30b
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ export default definePlugin({
|
|||
|
||||
patches: [
|
||||
{
|
||||
find: ".embedWrapper,embed",
|
||||
find: ".renderEmbedDescription,message",
|
||||
replacement: [{
|
||||
match: /\.container/,
|
||||
replace: "$&+(this.props.channel.nsfw? ' vc-nsfw-img': '')"
|
||||
|
|
|
@ -89,7 +89,7 @@ export default definePlugin({
|
|||
authors: [Devs.Rini, Devs.TheKodeToad, Devs.nyx],
|
||||
patches: [
|
||||
{
|
||||
find: '"BaseUsername"',
|
||||
find: ".SYSTEM_TAG=0",
|
||||
replacement: {
|
||||
/* TODO: remove \i+\i once change makes it to stable */
|
||||
match: /(?<=onContextMenu:\i,children:)(?:\i\+\i|\i)(?=.*?contextGuildId:(\i))/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue