commit 3ed09dadf0602a0de32269dde25ff85262c4a0a2
parent 1810515ad210a75baa90818ffa673bf51b1d1271
Author: William Casarin <jb55@jb55.com>
Date: Mon, 1 Jul 2024 06:29:31 -0700
damus: make relay pool public
we will be using this for our post view
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
@@ -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.