Update 0BDFDB.data.json
This commit is contained in:
parent
3d173ef5e5
commit
263c0b0d4b
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue