Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen 2024-04-25 12:52:20 -04:00
commit 26fc9ace0c
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ export default definePlugin({
find: "renderPrioritySpeaker",
replacement: [
{
match: /renderName\(\).{0,100}speaking:.{50,150}"div",{/,
match: /renderName\(\).{0,100}speaking:.{50,200}"div",{/,
replace: "$&...$self.getVoiceProps(this.props),"
}
],