Fix ServerInfo, ShowMeYourName & WebContextMenus

This commit is contained in:
Vendicated 2025-04-30 03:58:46 +02:00
parent dad69e0d0f
commit 9fa91c193d
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
4 changed files with 12 additions and 5 deletions

View file

@ -16,7 +16,7 @@ import { FluxDispatcher, Forms, GuildChannelStore, GuildMemberStore, GuildStore,
import { Guild, User } from "discord-types/general";
const IconClasses = findByPropsLazy("icon", "acronym", "childWrapper");
const FriendRow = findComponentByCodeLazy(".listName,discriminatorClass");
const FriendRow = findComponentByCodeLazy("discriminatorClass:", ".isMobileOnline", "getAvatarURL");
const cl = classNameFactory("vc-gp-");