Update 0BDFDB.data.json
This commit is contained in:
parent
676316ebad
commit
947c0267d3
|
@ -503,7 +503,6 @@
|
||||||
"UserPopout": {"strings": ["\"userId\"", "\"Unexpected missing user\"", "getUser"]},
|
"UserPopout": {"strings": ["\"userId\"", "\"Unexpected missing user\"", "getUser"]},
|
||||||
"UserPopoutAvatar": {"strings": [".avatarDecorationHint", ".VIEW_PROFILE"], "noSearch": true},
|
"UserPopoutAvatar": {"strings": [".avatarDecorationHint", ".VIEW_PROFILE"], "noSearch": true},
|
||||||
"UserPopoutBody": {"strings": [".customStatusActivity", ".canDM", ".hidePersonalInformation", ".showCopiableUsername"]},
|
"UserPopoutBody": {"strings": [".customStatusActivity", ".canDM", ".hidePersonalInformation", ".showCopiableUsername"]},
|
||||||
"UserPopoutInfo": {"strings": [".hasCustomStatus", ".premiumGuildSince", "openPremiumSettings"]},
|
|
||||||
"UserProfile": {"strings": [".PROFILE_MODAL", "USER_INFO_CONNECTIONS", ".topSection"]},
|
"UserProfile": {"strings": [".PROFILE_MODAL", "USER_INFO_CONNECTIONS", ".topSection"]},
|
||||||
"UserProfileBody": {"strings": [".userInfoSectionHeader", "Messages.NOTE", "connectedAccounts:"]},
|
"UserProfileBody": {"strings": [".userInfoSectionHeader", "Messages.NOTE", "connectedAccounts:"]},
|
||||||
"UserProfileHeader": {"strings": [".friendToken", ".additionalActionsIcon", "onMessage"]},
|
"UserProfileHeader": {"strings": [".friendToken", ".additionalActionsIcon", "onMessage"]},
|
||||||
|
@ -1553,6 +1552,7 @@
|
||||||
"UserProfileInfoSection": {"props": ["userInfoSection", "note"]},
|
"UserProfileInfoSection": {"props": ["userInfoSection", "note"]},
|
||||||
"UserProfileList": {"props": ["listAvatar", "listRow"]},
|
"UserProfileList": {"props": ["listAvatar", "listRow"]},
|
||||||
"UserProfileListGuild": {"props": ["guildAvatar", "guildAvatarWithoutIcon"]},
|
"UserProfileListGuild": {"props": ["guildAvatar", "guildAvatarWithoutIcon"]},
|
||||||
|
"UserProfileUsernameSection": {"props": ["customStatusSoloEmoji", "nameTag", "discriminator"]},
|
||||||
"UserSettingsAppearancePreview": {"props": ["preview", "firstMessage"]},
|
"UserSettingsAppearancePreview": {"props": ["preview", "firstMessage"]},
|
||||||
"UserSettingsSocialLinks": {"props": ["socialLinks", "link"]},
|
"UserSettingsSocialLinks": {"props": ["socialLinks", "link"]},
|
||||||
"UserSummaryItem": {"props": ["avatarContainerMasked", "container"]},
|
"UserSummaryItem": {"props": ["avatarContainerMasked", "container"]},
|
||||||
|
@ -3315,6 +3315,7 @@
|
||||||
"userprofileinfotext": ["UserProfileInfoSection", "userInfoText"],
|
"userprofileinfotext": ["UserProfileInfoSection", "userInfoText"],
|
||||||
"userprofileinner": ["UserTheme", "userProfileModalInner"],
|
"userprofileinner": ["UserTheme", "userProfileModalInner"],
|
||||||
"userprofilemodal": ["UserProfile", "root"],
|
"userprofilemodal": ["UserProfile", "root"],
|
||||||
|
"userprofilenametag": ["UserProfileUsernameSection", "nameTag"],
|
||||||
"userprofileouter": ["UserTheme", "userProfileModalOuter"],
|
"userprofileouter": ["UserTheme", "userProfileModalOuter"],
|
||||||
"username": ["NameTag", "username"],
|
"username": ["NameTag", "username"],
|
||||||
"usernotepopout": ["NotFound", "userPopoutNote"],
|
"usernotepopout": ["NotFound", "userPopoutNote"],
|
||||||
|
|
Loading…
Reference in New Issue