Update 0BDFDB.data.json
This commit is contained in:
parent
db5017eeb4
commit
5e534c91ae
|
@ -363,6 +363,7 @@
|
|||
"Timeout": {"protos": ["start", "stop", "isStarted"]},
|
||||
"UserBadges": {"strings": ["QUEST_CONTENT_VIEWED", "\"PRESS_BADGE\"", "badgeClassName"]},
|
||||
"UserPopout": {"strings": ["location:", "userId:", "user:", "user cannot be undefined"]},
|
||||
"UserPopoutItem": {"strings": [".menuItemLabel", ".menuItemInner", "renderSubmenu"]},
|
||||
"UserPopoutSection": {"strings": [".section,", ".lastSection"]},
|
||||
"UserSummaryItem": {"strings": ["popoutUserId:", ".clickableAvatar"]},
|
||||
"VideoForwardRef": {"strings": ["HTMLSourceElement", "autoPlay"], "funcStrings": ["externalRef"]}
|
||||
|
@ -386,6 +387,7 @@
|
|||
},
|
||||
"PatchModules": {
|
||||
"Account": {"strings": ["handleOpenSettingsContextMenu", "shouldShowSpeakingWhileMutedTooltip", "renderSettingsGear"]},
|
||||
"AccountPopout": {"strings": ["SIMPLIFIED_ACCOUNT_POPOUT", "dimissibleUpsellsEnabled"]},
|
||||
"AccountName": {"strings": ["accountProfilePopoutWrapper", ".avatarWrapper", "renderNameTag"]},
|
||||
"AnalyticsContext": {"props": ["ObjectTypes", "Objects", "Pages", "Sections"]},
|
||||
"AuditLogEntry": {"protos": ["renderRoleUpdate", "renderChangeDetails", "getActionTypeColor", "renderPermissionUpdate"]},
|
||||
|
@ -1651,6 +1653,7 @@
|
|||
"UserBanner": {"props": ["popoutBanner", "popoutBannerPremium"]},
|
||||
"UserHeaderUsername": {"props": ["clickableUsername", "nickname", "bot"]},
|
||||
"UserPopoutCustomStatusPicker": {"props": ["statusBubble", "visibleContainer"], "nonProps": ["hoisted"]},
|
||||
"UserPopoutBody": {"props": ["body", "menus"]},
|
||||
"UserPopoutHeader": {"props": ["avatarHint", "profileBadges", "avatarWrapperNormal"]},
|
||||
"UserPopoutSection": {"props": ["section", "lastSection"]},
|
||||
"UserProfile": {"props": ["root", "friendRequestBanner"]},
|
||||
|
@ -3328,6 +3331,8 @@
|
|||
"userpopoutcustomstatussoloemoji": ["CustomStatus", "customStatusSoloEmoji"],
|
||||
"userpopoutcustomstatustext": ["CustomStatus", "customStatusText"],
|
||||
"userpopoutinner": ["UserTheme", "inner"],
|
||||
"userpopoutmenudivider": ["UserPopoutBody", "menuDivider"],
|
||||
"userpopoutmenus": ["UserPopoutBody", "menus"],
|
||||
"userpopoutouter": ["UserTheme", "outer"],
|
||||
"userpopoutsection": ["UserPopoutSection", "section"],
|
||||
"userpopoutsectionlast": ["UserPopoutSection", "lastSection"],
|
||||
|
|
Loading…
Reference in New Issue