Add interaction modal to logged-out web UI (#19306)
This commit is contained in:
parent
99a43f0282
commit
7fb738c837
12 changed files with 391 additions and 47 deletions
|
@ -86,6 +86,7 @@ class Status extends ImmutablePureComponent {
|
|||
onToggleHidden: PropTypes.func,
|
||||
onToggleCollapsed: PropTypes.func,
|
||||
onTranslate: PropTypes.func,
|
||||
onInteractionModal: PropTypes.func,
|
||||
muted: PropTypes.bool,
|
||||
hidden: PropTypes.bool,
|
||||
unread: PropTypes.bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue