From 19bb50a3a6bb51a780665d8a419c14ec2fb5d366 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 17 Dec 2020 19:48:14 +0100 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 dfabdef526..9bb04ce720 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -68,6 +68,8 @@ "MentionUtils": {"props": ["isRawMessageMentioned", "isMentioned"]}, "MessageManageUtils": {"props": ["copyLink", "replyToMessage"]}, "MessagePinUtils": {"props": ["pinMessage", "unpinMessage"]}, + "MessageReplyStore": {"props": ["getPendingReply"]}, + "MessageReplyUtils": {"props": ["createPendingReply", "deletePendingReply"]}, "MessageStore": {"props": ["getMessage", "getMessages"]}, "MessageUtils": {"props": ["receiveMessage", "editMessage"]}, "ModalUtils": {"props": ["openModal", "hasModalOpen"]},