showing replies too now

This commit is contained in:
jeena 2013-09-03 14:29:45 +02:00
parent 8e614555bd
commit e39331d689

View file

@ -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);