From 730c4e23c7d2d33d996bf20db938af6a1173511a Mon Sep 17 00:00:00 2001 From: Torjus Date: Mon, 30 Jul 2018 12:47:02 +0200 Subject: [PATCH] Add message when torrent finishes downloading --- app/lib/components/Chat/FileChatEntry.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/lib/components/Chat/FileChatEntry.jsx b/app/lib/components/Chat/FileChatEntry.jsx index e5c23f7..2e9d421 100644 --- a/app/lib/components/Chat/FileChatEntry.jsx +++ b/app/lib/components/Chat/FileChatEntry.jsx @@ -121,10 +121,14 @@ class FileChatEntry extends Component {this.state.files && (
+

Torrent finished downloading.

+ {this.state.files.map((file, i) => (
+ {file.name} +
))}