-
-
- {{formatCount(s.favourites_count)}}
-
{{formatCount(s.reply_count)}}
@@ -260,10 +256,6 @@
-
-
- {{s.favourites_count}}
-
{{s.reblogs_count}}
@@ -707,7 +699,7 @@
if(forceMetro == true || u.has('ui') && u.get('ui') == 'metro' && this.layout != 'metro') {
this.layout = 'metro';
}
-
+
if(this.layout == 'metro' && u.has('t')) {
if(this.modes.indexOf(u.get('t')) != -1) {
if(u.get('t') == 'bookmarks') {
@@ -813,7 +805,7 @@
if(self.ids.indexOf(d.id) == -1) {
self.timeline.push(d);
self.ids.push(d.id);
- }
+ }
});
let max = Math.min(...this.ids);
if(max == this.max_id) {
@@ -1305,8 +1297,8 @@
this.followingModalSearch = null;
}
if(q.length > 0) {
- let url = '/api/pixelfed/v1/accounts/' +
- self.profileId + '/following?page=1&fbu=' +
+ let url = '/api/pixelfed/v1/accounts/' +
+ self.profileId + '/following?page=1&fbu=' +
q;
axios.get(url).then(res => {