From 3ed09dadf0602a0de32269dde25ff85262c4a0a2 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 1 Jul 2024 06:29:31 -0700 Subject: [PATCH] damus: make relay pool public we will be using this for our post view 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 759cfbb..5853967 100644 --- a/src/app.rs +++ b/src/app.rs @@ -41,7 +41,7 @@ pub struct Damus { state: DamusState, //compose: String, note_cache: NoteCache, - pool: RelayPool, + pub pool: RelayPool, is_mobile: bool, /// global navigation for account management popups, etc.