only include raw for posts
This commit is contained in:
parent
b00dcb8f63
commit
0d8cbf6755
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ class Timeline(Gtk.Box):
|
||||||
|
|
||||||
def load_timeline(self, older=False):
|
def load_timeline(self, older=False):
|
||||||
params = {
|
params = {
|
||||||
'include_raw': 1
|
'include_post_raw': 1
|
||||||
}
|
}
|
||||||
|
|
||||||
if older:
|
if older:
|
||||||
|
|
Loading…
Reference in a new issue