From e39331d6894f5b610f802738c949b3de95b83181 Mon Sep 17 00:00:00 2001 From: jeena Date: Tue, 3 Sep 2013 14:29:45 +0200 Subject: [PATCH] showing replies too now --- WebKit/scripts/controller/Timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebKit/scripts/controller/Timeline.js b/WebKit/scripts/controller/Timeline.js index c7d9331..b6fcde9 100644 --- a/WebKit/scripts/controller/Timeline.js +++ b/WebKit/scripts/controller/Timeline.js @@ -75,7 +75,7 @@ function(Core, APICalls, HostApp, URI) { this.since_id_entity = status.entity; } - if (status.type == "https://tent.io/types/status/v0#") { + if (status.type == "https://tent.io/types/status/v0#" || status.type == "https://tent.io/types/status/v0#reply") { var new_node = this.getStatusDOMElement(status);