diff --git a/qml/lib/Worker.js b/qml/lib/Worker.js index 4c52d02..93e949f 100644 --- a/qml/lib/Worker.js +++ b/qml/lib/Worker.js @@ -56,7 +56,6 @@ WorkerScript.onMessage = function(msg) { item = parseAccounts([], "", data[i]); console.log(JSON.stringify(data[i])) items.push(item) - console.log("aaaa") } else if(msg.action === "notifications") { // notification @@ -229,9 +228,6 @@ function parseToot (data){ item['status_visibility'] = data["visibility"] - //item.concat(parseAccounts("", data["account"])); - //item = collect(item, ); - if(item['status_reblog']){ item['type'] = "reblog"; item['typeIcon'] = "image://theme/icon-s-retweet" @@ -241,19 +237,8 @@ function parseToot (data){ item = parseAccounts(item, "", data["account"]) } item['content'] = data['content'].replaceAll('