commit 2bef02106aa7657a7b4bc41fce44e9ad403065be
parent c5cc2f923ccacdfe55a97782ff4497461e9852e4
Author: William Casarin <jb55@jb55.com>
Date: Fri, 24 May 2024 13:21:37 -0700
mobile: use my timeline for testing again
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app.rs b/src/app.rs
@@ -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));
};