only include raw for posts

This commit is contained in:
Robert 2021-01-06 20:56:50 -06:00 committed by Morgan McMillian
parent b00dcb8f63
commit 0d8cbf6755

View file

@ -257,7 +257,7 @@ class Timeline(Gtk.Box):
def load_timeline(self, older=False):
params = {
'include_raw': 1
'include_post_raw': 1
}
if older: