From 2bef02106aa7657a7b4bc41fce44e9ad403065be Mon Sep 17 00:00:00 2001 From: William Casarin Date: Fri, 24 May 2024 13:21:37 -0700 Subject: [PATCH] mobile: use my timeline for testing again Signed-off-by: William Casarin --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index fb7bc0f..37417be 100644 --- 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)); };