1
0
mirror of https://gitlab.gnome.org/World/tootle synced 2025-02-17 03:51:11 +01:00

Don't request favorited toots twice

This commit is contained in:
bleakgrey 2018-06-03 12:09:24 +03:00
parent a51dad21ca
commit 6f1e22e48f

View File

@ -4,7 +4,6 @@ public class Tootle.FavoritesView : TimelineView {
public FavoritesView () { public FavoritesView () {
base ("favorites"); base ("favorites");
request ();
} }
public override string get_url (){ public override string get_url (){