From 6f1e22e48f661d4fb2c892b682c93dfb33edb20f Mon Sep 17 00:00:00 2001 From: bleakgrey Date: Sun, 3 Jun 2018 12:09:24 +0300 Subject: [PATCH] Don't request favorited toots twice --- src/Views/FavoritesView.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Views/FavoritesView.vala b/src/Views/FavoritesView.vala index b75657c..1faf718 100644 --- a/src/Views/FavoritesView.vala +++ b/src/Views/FavoritesView.vala @@ -4,7 +4,6 @@ public class Tootle.FavoritesView : TimelineView { public FavoritesView () { base ("favorites"); - request (); } public override string get_url (){