mobile: use my timeline for testing again
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -602,7 +602,7 @@ impl Damus {
|
|||||||
timelines.push(Timeline::new(filter));
|
timelines.push(Timeline::new(filter));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
let filter = serde_json::from_str(include_str!("../queries/global.json")).unwrap();
|
let filter = serde_json::from_str(include_str!("../queries/timeline.json")).unwrap();
|
||||||
timelines.push(Timeline::new(filter));
|
timelines.push(Timeline::new(filter));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user