diff --git a/Library/_res/0BDFDB.data.json b/Library/_res/0BDFDB.data.json index 699099a3b3..bec75b4674 100644 --- a/Library/_res/0BDFDB.data.json +++ b/Library/_res/0BDFDB.data.json @@ -1243,6 +1243,7 @@ "ChangeLog": {"props": ["added", "fixed", "improved", "progress"]}, "Channel": {"props": ["wrapper", "content", "modeSelected"]}, "ChannelContainer": {"props": ["actionIcon", "containerDefault"]}, + "ChannelContainerMentionsBadge": {"props": ["mentionsBadge", "iconBase"]}, "ChannelLimit": {"props": ["users", "total", "wrapper"]}, "ChannelTextArea": {"props": ["textArea", "buttons"]}, "ChannelTextAreaAttachButton": {"props": ["attachButton", "attachWrapper"]}, @@ -1895,7 +1896,8 @@ "channeliconvisibility": ["ChannelContainer", "iconVisibility"], "channelinfo": ["ChannelContainer", "channelInfo"], "channelmaincontent": ["Channel", "mainContent"], - "channelmentionsbadge": ["ChannelContainer", "mentionsBadge"], + "channelmentionsbadge": ["ChannelContainerMentionsBadge", "mentionsBadge"], + "channelmentionsbadgebase": ["ChannelContainerMentionsBadge", "iconBase"], "channelmodeconnected": ["Channel", "modeConnected"], "channelmodelocked": ["Channel", "modeLocked"], "channelmodemuted": ["Channel", "modeMuted"],