mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-31 23:14:23 +01:00
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));
|
||||
}
|
||||
} 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));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user