fix customUserColors in typingTweaks (#222)
Some checks are pending
Test / Test (push) Waiting to run

This commit is contained in:
mochie 2025-04-08 02:25:46 +02:00 committed by GitHub
parent 5f55d06542
commit 760d34ddc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ const TypingUser = ErrorBoundary.wrap(function ({ user, guildId }: Props) {
openUserProfile(user.id); openUserProfile(user.id);
}} }}
style={{ style={{
color: settings.store.showRoleColors ? GuildMemberStore.getMember(guildId, user.id)?.colorString : undefined, color: settings.store.showRoleColors ? typingUserColor(guildId, user.id) : undefined,
}} }}
> >
{settings.store.showAvatars && ( {settings.store.showAvatars && (