about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/direct_timeline/components/conversation.js
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-10-01 15:07:58 +0200
committerThibaut Girka <thib@sitedethib.com>2019-10-03 13:28:03 +0200
commit47f6d636e93cd4c7b48793d3458ba13bf03f76ca (patch)
tree0b3babe5f215aba66d61da263820028af3ed31f2 /app/javascript/flavours/glitch/features/direct_timeline/components/conversation.js
parentff4b95a2542e68f162b899b1b8996902a3cbb202 (diff)
[Glitch] Fix missing propType for conversation delete
Port 541269f8bcb575501215b6694924075d696b710b to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/features/direct_timeline/components/conversation.js')
-rw-r--r--app/javascript/flavours/glitch/features/direct_timeline/components/conversation.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/direct_timeline/components/conversation.js b/app/javascript/flavours/glitch/features/direct_timeline/components/conversation.js
index 17487b202..cd8a6281c 100644
--- a/app/javascript/flavours/glitch/features/direct_timeline/components/conversation.js
+++ b/app/javascript/flavours/glitch/features/direct_timeline/components/conversation.js
@@ -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,
   };