]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix missing propType for conversation delete
authorThibG <thib@sitedethib.com>
Tue, 1 Oct 2019 13:07:58 +0000 (15:07 +0200)
committerThibaut Girka <thib@sitedethib.com>
Thu, 3 Oct 2019 11:28:03 +0000 (13:28 +0200)
Port 541269f8bcb575501215b6694924075d696b710b to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/features/direct_timeline/components/conversation.js

index 17487b202191e2e9b859d75e0b9795dd38cea50c..cd8a6281c0c8aaa852858c26b64ebea968f27565 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,
   };