From 67c5bdb4f9f0d97f5cb68f914a9af4e5b9df188c Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 29 Jul 2021 00:25:07 +0200 Subject: [PATCH] Update BDFDB.data.json --- Library/_res/BDFDB.data.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 4f3e532923..0d67c62050 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -1264,6 +1264,7 @@ "MessagesLoading": {"props": ["attachment", "blob", "cozy"]}, "MessagesWelcome": {"props": ["emptyChannelIcon", "description", "header"]}, "MessagesWelcomeButton": {"props": ["button", "buttonIcon"], "length": 2}, + "MessagesWelcomeThread": {"props": ["iconWrapper", "threadCreatorName"]}, "MessagesWrap": {"props": ["messagesWrapper", "messageGroupBlocked"]}, "MessageSystem": {"props": ["container", "actionAnchor"]}, "MessageSystemAccessories": {"props": ["name", "spine", "cta"]}, @@ -2536,6 +2537,7 @@ "messageswelcomeemptychannelicon": ["MessagesWelcome", "emptyChannelIcon"], "messageswelcomeheader": ["MessagesWelcome", "header"], "messageswelcomelocked": ["MessagesWelcome", "locked"], + "messageswelcomethreadcreator": ["MessagesWelcomeThread", "threadCreatorName"], "messageswrapper": ["MessagesWrap", "messagesWrapper"], "messagesystem": ["Message", "systemMessage"], "messagesystemaccessories": ["MessageBody", "systemMessageAccessories"],