mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 22:05:11 +00:00
TypingTweaks: Fix typing avatars and names disappearing
This commit is contained in:
parent
c19827a0e5
commit
9430803f36
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export default definePlugin({
|
|||
},
|
||||
{
|
||||
// Changes the indicator to keep the user object when creating the list of typing users
|
||||
match: /\.map\((\i)=>\i\.\i\.getName\(\i,\i\.id,\1\)\)/,
|
||||
match: /\.map\((\i)=>\i\.\i\.getName\(\i(?:\.guild_id)?,\i\.id,\1\)\)/,
|
||||
replace: ""
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue