Update 0BDFDB.data.json
This commit is contained in:
parent
6c85ee7ee8
commit
98e68422f0
|
@ -24,7 +24,18 @@
|
||||||
"MAX_VIDEO_HEIGHT": 720,
|
"MAX_VIDEO_HEIGHT": 720,
|
||||||
"MAX_VIDEO_WIDTH": 1280,
|
"MAX_VIDEO_WIDTH": 1280,
|
||||||
"ME": "@me",
|
"ME": "@me",
|
||||||
"SEARCH_PAGE_SIZE": 25
|
"SEARCH_PAGE_SIZE": 25,
|
||||||
|
"ToastIcons": {
|
||||||
|
"info": "INFO",
|
||||||
|
"danger": "CLOSE_CIRCLE",
|
||||||
|
"success": "CHECKMARK_CIRCLE",
|
||||||
|
"warning": "WARNING"
|
||||||
|
},
|
||||||
|
"ToastPositions": {
|
||||||
|
"center": "toastscenter",
|
||||||
|
"left": "toastsleft",
|
||||||
|
"right": "toastsright"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"DiscordConstants": {
|
"DiscordConstants": {
|
||||||
"ActivityTypes": ["STREAMING", "LISTENING", "CUSTOM_STATUS"],
|
"ActivityTypes": ["STREAMING", "LISTENING", "CUSTOM_STATUS"],
|
||||||
|
@ -51,6 +62,7 @@
|
||||||
"LibraryModules": {
|
"LibraryModules": {
|
||||||
"AckUtils": {"props": ["localAck", "bulkAck"]},
|
"AckUtils": {"props": ["localAck", "bulkAck"]},
|
||||||
"ActivityUtils": {"props": ["sendActivityInvite", "updateActivity"]},
|
"ActivityUtils": {"props": ["sendActivityInvite", "updateActivity"]},
|
||||||
|
"ActiveThreadsStore": {"name": "ActiveThreadsStore"},
|
||||||
"APIEncodeUtils": {"props": ["stringify", "parse", "encode"]},
|
"APIEncodeUtils": {"props": ["stringify", "parse", "encode"]},
|
||||||
"APIUtils": {"props": ["getAPIBaseURL"]},
|
"APIUtils": {"props": ["getAPIBaseURL"]},
|
||||||
"AnalyticsUtils": {"props": ["isThrottled", "track"]},
|
"AnalyticsUtils": {"props": ["isThrottled", "track"]},
|
||||||
|
@ -67,8 +79,8 @@
|
||||||
"CategoryCollapseUtils": {"props": ["categoryCollapse", "categoryCollapseAll"]},
|
"CategoryCollapseUtils": {"props": ["categoryCollapse", "categoryCollapseAll"]},
|
||||||
"ChannelIconUtils": {"props": ["getChannelIconComponent", "getChannelIconTooltipText"]},
|
"ChannelIconUtils": {"props": ["getChannelIconComponent", "getChannelIconTooltipText"]},
|
||||||
"ChannelListStore": {"name": "ChannelListStore"},
|
"ChannelListStore": {"name": "ChannelListStore"},
|
||||||
|
"ChannelStore": {"name": "ChannelStore"},
|
||||||
"ChannelUtils": {"props": ["selectChannel", "selectPrivateChannel"]},
|
"ChannelUtils": {"props": ["selectChannel", "selectPrivateChannel"]},
|
||||||
"ChannelStore": {"props": ["getChannel", "getDMFromUserId"]},
|
|
||||||
"ChatRestrictionUtils": {"props": ["applyChatRestrictions"]},
|
"ChatRestrictionUtils": {"props": ["applyChatRestrictions"]},
|
||||||
"ColorUtils": {"props": ["hex2int", "hex2rgb"]},
|
"ColorUtils": {"props": ["hex2int", "hex2rgb"]},
|
||||||
"ConnectionProviderUtils": {"props": ["get", "isSupported", "filter"]},
|
"ConnectionProviderUtils": {"props": ["get", "isSupported", "filter"]},
|
||||||
|
@ -178,7 +190,6 @@
|
||||||
"TimeUtils": {"props": ["calendarFormat", "dateFormat"]},
|
"TimeUtils": {"props": ["calendarFormat", "dateFormat"]},
|
||||||
"ThemeSettingsStore": {"props": ["theme"]},
|
"ThemeSettingsStore": {"props": ["theme"]},
|
||||||
"ThreadConfigStore": {"props": ["hasJoined", "isMuted"]},
|
"ThreadConfigStore": {"props": ["hasJoined", "isMuted"]},
|
||||||
"ThreadStore": {"props": ["isActive", "getThreadsForGuild"]},
|
|
||||||
"UnreadGuildUtils": {"props": ["hasUnread", "getTotalMentionCount"]},
|
"UnreadGuildUtils": {"props": ["hasUnread", "getTotalMentionCount"]},
|
||||||
"UnreadChannelUtils": {"props": ["getUnreadCount", "getOldestUnreadMessageId"]},
|
"UnreadChannelUtils": {"props": ["getUnreadCount", "getOldestUnreadMessageId"]},
|
||||||
"UnreadStateTypes": {"props": ["ReadStateTypes"], "value": "ReadStateTypes"},
|
"UnreadStateTypes": {"props": ["ReadStateTypes"], "value": "ReadStateTypes"},
|
||||||
|
|
Loading…
Reference in New Issue