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',