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.