Update 0BDFDB.data.json
This commit is contained in:
parent
8a18e8128d
commit
927f4ac959
|
@ -412,7 +412,7 @@
|
|||
"ChannelEmptyMessages": {"strings": [".Messages.BEGINNING_CHANNEL_WELCOME", ".Messages.BEGINNING_GROUP_DM_MANAGED", "showingBanner:"]},
|
||||
"ChannelFloatingSidebar": {"strings": ["messageRequestSidebarWidth", "floatingLayer:", "chatLayerWrapper"]},
|
||||
"ChannelItem": {"strings": ["hasActiveThreads", ".unreadImportant", "UNREAD_IMPORTANT"]},
|
||||
"ChannelItemIcon": {"strings": ["hasActiveThreads:", "locked:", ".iconContainer"]},
|
||||
"ChannelItemIcon": {"strings": ["withGuildIcon:", "locked:", ".iconContainerWithGuildIcon"], "noSearch": true},
|
||||
"ChannelMembers": {"strings": ["MEMBER_LIST_VIEWED", "getDimensions", "member-"]},
|
||||
"ChannelPins": {"strings": ["PINNED_MESSAGES", "renderEmptyState", "listName"]},
|
||||
"ChannelReply": {"strings": [".messageReference", ".REPLY_MENTION_OFF", ".mentionIcon"]},
|
||||
|
@ -598,7 +598,7 @@
|
|||
"UserSummaryItem": {"protos": ["renderMoreUsers", "renderUsers", "renderIcon"]},
|
||||
"UserSettingsAppearance": {"protos": ["renderTheme", "renderDisplayMode", "renderMessageGroupSpacingSlider"]},
|
||||
"UserTheme": {"strings": [".UserProfileThemeContextProvider", "pendingThemeColors:"], "noSearch": true},
|
||||
"UserThemeContainer": {"strings": ["shouldTrackView", "guildId:", ".Provider"], "noSearch": true},
|
||||
"UserThemeContainer": {"strings": ["shouldTrackView", "\"VIEW\"", ".Provider"], "noSearch": true},
|
||||
"VideoBackground": {"strings": ["backgroundSrc:", "pulseSpeakingIndicator:", ".avatarWrapper"]},
|
||||
"VoiceUser": {"protos": ["renderPrioritySpeaker", "renderIcons", "renderAvatar"]},
|
||||
"VoiceUsers": {"strings": ["hidePreview", "previewIsOpen", ".MOVE_MEMBERS"]}
|
||||
|
@ -1663,7 +1663,6 @@
|
|||
"UserPopoutCustomStatusPicker": {"props": ["statusBubble", "visibleContainer"], "nonProps": ["hoisted"]},
|
||||
"UserPopoutHeader": {"props": ["avatarHint", "profileBadges", "avatarWrapperNormal"]},
|
||||
"UserPopoutSection": {"props": ["section", "lastSection"]},
|
||||
"UserPopoutSectionTitle": {"props": ["title", "body"], "length": 2},
|
||||
"UserProfile": {"props": ["root", "friendRequestBanner"]},
|
||||
"UserProfileHeader": {"props": ["additionalActionsIcon", "header", "relationshipButtons"]},
|
||||
"UserProfileInfoSection": {"props": ["userInfoSection", "note"]},
|
||||
|
@ -3342,9 +3341,7 @@
|
|||
"userpopoutinner": ["UserTheme", "userPopoutInner"],
|
||||
"userpopoutouter": ["UserTheme", "userPopoutOuter"],
|
||||
"userpopoutsection": ["UserPopoutSection", "section"],
|
||||
"userpopoutsectionbody": ["UserPopoutSectionTitle", "body"],
|
||||
"userpopoutsectionlast": ["UserPopoutSection", "lastSection"],
|
||||
"userpopoutsectiontitle": ["UserPopoutSectionTitle", "title"],
|
||||
"userprofilebody": ["UserProfile", "body"],
|
||||
"userprofileinfosection": ["UserProfileInfoSection", "userInfoSection"],
|
||||
"userprofileinfosectionheader": ["UserProfileInfoSection", "userInfoSectionHeader"],
|
||||
|
|
Loading…
Reference in New Issue