showing replies too now
This commit is contained in:
parent
8e614555bd
commit
e39331d689
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Reference in a new issue