From fd3139e39eaa3ce9ed1d04393b6d5d7f42517714 Mon Sep 17 00:00:00 2001 From: 7w1 Date: Sat, 15 Aug 2026 22:22:27 -0500 Subject: [PATCH] add the unstable colors key to the known keys list so it doesn't show up under misc --- src/app/components/user-profile/UserRoomProfile.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/user-profile/UserRoomProfile.tsx b/src/app/components/user-profile/UserRoomProfile.tsx index ed8f8c6be8..a0283e27f3 100644 --- a/src/app/components/user-profile/UserRoomProfile.tsx +++ b/src/app/components/user-profile/UserRoomProfile.tsx @@ -76,6 +76,7 @@ const KNOWN_KEYS = new Set([ prefix.MATRIX_UNSTABLE_PROFILE_PRONOUNS_PROPERTY_NAME, prefix.MATRIX_UNSTABLE_PROFILE_TIMEZONE_PROPERTY_NAME, prefix.MATRIX_STABLE_PROFILE_TIMEZONE_PROPERTY_NAME, + prefix.MATRIX_UNSTABLE_COLORS, prefix.MATRIX_SABLE_UNSTABLE_NAME_COLOR_PROPERTY_NAME, 'avatar_url', 'displayname',