From 98e68422f0c591c11f79b1ab02fe52667405c084 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 27 Sep 2022 14:37:06 +0200 Subject: [PATCH] Update 0BDFDB.data.json --- Library/_res/0BDFDB.data.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Library/_res/0BDFDB.data.json b/Library/_res/0BDFDB.data.json index 57a350a510..ca791202b3 100644 --- a/Library/_res/0BDFDB.data.json +++ b/Library/_res/0BDFDB.data.json @@ -24,7 +24,18 @@ "MAX_VIDEO_HEIGHT": 720, "MAX_VIDEO_WIDTH": 1280, "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": { "ActivityTypes": ["STREAMING", "LISTENING", "CUSTOM_STATUS"], @@ -51,6 +62,7 @@ "LibraryModules": { "AckUtils": {"props": ["localAck", "bulkAck"]}, "ActivityUtils": {"props": ["sendActivityInvite", "updateActivity"]}, + "ActiveThreadsStore": {"name": "ActiveThreadsStore"}, "APIEncodeUtils": {"props": ["stringify", "parse", "encode"]}, "APIUtils": {"props": ["getAPIBaseURL"]}, "AnalyticsUtils": {"props": ["isThrottled", "track"]}, @@ -67,8 +79,8 @@ "CategoryCollapseUtils": {"props": ["categoryCollapse", "categoryCollapseAll"]}, "ChannelIconUtils": {"props": ["getChannelIconComponent", "getChannelIconTooltipText"]}, "ChannelListStore": {"name": "ChannelListStore"}, + "ChannelStore": {"name": "ChannelStore"}, "ChannelUtils": {"props": ["selectChannel", "selectPrivateChannel"]}, - "ChannelStore": {"props": ["getChannel", "getDMFromUserId"]}, "ChatRestrictionUtils": {"props": ["applyChatRestrictions"]}, "ColorUtils": {"props": ["hex2int", "hex2rgb"]}, "ConnectionProviderUtils": {"props": ["get", "isSupported", "filter"]}, @@ -178,7 +190,6 @@ "TimeUtils": {"props": ["calendarFormat", "dateFormat"]}, "ThemeSettingsStore": {"props": ["theme"]}, "ThreadConfigStore": {"props": ["hasJoined", "isMuted"]}, - "ThreadStore": {"props": ["isActive", "getThreadsForGuild"]}, "UnreadGuildUtils": {"props": ["hasUnread", "getTotalMentionCount"]}, "UnreadChannelUtils": {"props": ["getUnreadCount", "getOldestUnreadMessageId"]}, "UnreadStateTypes": {"props": ["ReadStateTypes"], "value": "ReadStateTypes"},