mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-02-19 23:44:19 +01:00
refactor: move profile.rs -> url.rs to new module
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -77,7 +77,7 @@ pub use note::{
|
||||
pub use notecache::{CachedNote, NoteCache};
|
||||
pub use options::NotedeckOptions;
|
||||
pub use persist::*;
|
||||
pub use profile::get_profile_url;
|
||||
pub use profile::*;
|
||||
pub use relay_debug::RelayDebugView;
|
||||
pub use relayspec::RelaySpec;
|
||||
pub use result::Result;
|
||||
|
||||
3
crates/notedeck/src/profile/mod.rs
Normal file
3
crates/notedeck/src/profile/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
mod url;
|
||||
|
||||
pub use url::{get_profile_url, no_pfp_url, unwrap_profile_url};
|
||||
Reference in New Issue
Block a user