Skip to content

refactor!: rename automatic_relay_management to autorelay - #8623

Open
hpk42 wants to merge 1 commit into
mainfrom
hpk/rename-autorelay
Open

refactor!: rename automatic_relay_management to autorelay#8623
hpk42 wants to merge 1 commit into
mainfrom
hpk/rename-autorelay

Conversation

@hpk42

@hpk42 hpk42 commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

"management" is usually good to avoid in any name, and "automatic_relay_management" is a long unwiedly name with no UI using the mode yet, so let's rename it to something more succinct: autorelay

also added a small module docstring to src/autorelay.rs from what i captured.

"automatic_relay_management" is a long unwiedly name with no UI using the mode yet,
so let's rename it to something more succinct: autorelay
.get_config_i64(Config::LastAutomaticRelayManagement)
.await
.unwrap();
let config_before = t.get_config_i64(Config::LastAutorelay).await.unwrap();

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renaming configs is fine IMHO. No UI uses them, and the commit marks the refactor as breaking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant