Skip to content

Commit

Permalink
[Release] revert attachment processing. seems faster (?) on load
Browse files Browse the repository at this point in the history
  • Loading branch information
poetaster committed Oct 2, 2024
1 parent 8ca8963 commit bd3cb84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qml/lib/Worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ function parseToot (data) {
.replaceAll('class=""', '');

/** Media attachements in Toots */
/*

item['attachments'] = [];
for(i = 0; i < data['media_attachments'].length; i++) {
var attachments = data['media_attachments'][i];
Expand All @@ -412,7 +412,7 @@ function parseToot (data) {
}
item['attachments'].push(tmp)
}
}*/
}

return addEmojis(item, data);
}
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-tooterb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Name: harbour-tooterb
%{?qtc_builddir:%define _builddir %qtc_builddir}
Summary: Tooter β
Version: 1.1.9
Release: 1
Release: 2
Group: Qt/Qt
License: GPLv3
URL: https://github.com/poetaster/harbour-tooter#readme
Expand Down

0 comments on commit bd3cb84

Please sign in to comment.