]> cat aescling's git repositories - mastodon.git/commitdiff
Fix missing propType for conversation delete (#12035)
authorThibG <thib@sitedethib.com>
Tue, 1 Oct 2019 13:07:58 +0000 (15:07 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 1 Oct 2019 13:07:58 +0000 (15:07 +0200)
app/javascript/mastodon/features/direct_timeline/components/conversation.js

index cc3faf0de61f9b9d1a8a5d15e212eaf2b5aa7903..db9381f3306c6310549349b76ad1974b46ef3844 100644 (file)
@@ -37,6 +37,7 @@ class Conversation extends ImmutablePureComponent {
     onMoveUp: PropTypes.func,
     onMoveDown: PropTypes.func,
     markRead: PropTypes.func.isRequired,
+    delete: PropTypes.func.isRequired,
     intl: PropTypes.object.isRequired,
   };