damus: make relay pool public

we will be using this for our post view

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-07-01 06:29:31 -07:00
parent 1810515ad2
commit 3ed09dadf0

View File

@@ -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.