Sync to upstream

This commit is contained in:
molan-git 2020-04-27 17:25:01 +02:00 committed by GitHub
parent 91b63bfef5
commit a87c27e58e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,6 @@ function parseNotification(data){
break;
}
item = parseToot(data.status)
item = parseAccounts(item, "reblog_", data["account"])
item = parseAccounts(item, "", data["status"]["account"])