Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming Webmail to Chainmail #853

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

cool-ant
Copy link
Member

This touched a lot of files, so splitting out the rename from the archiving functionality PR

@cool-ant cool-ant merged commit b3f0686 into main Sep 19, 2024
4 checks passed
@cool-ant cool-ant deleted the mm/chainmail-rename-from-webmail branch September 19, 2024 21:01
@@ -20,7 +20,7 @@ export const App = () => {
const init = async () => {
await supervisor.onLoaded();
supervisor.preLoadPlugins([{ service: "branding" }]);
await getNetworkName();
setTimeout(getNetworkName, 1500);
Copy link
Member

Choose a reason for hiding this comment

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

Does awaiting not work?

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch; I did that for the demo to emulate what won't work now because... ?Supervisor?
So no, it wasn't working.
I'll create a PR to reverse this change.

Copy link
Member Author

Choose a reason for hiding this comment

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

Nothing to do with Supervisor. I just couldn't verify this yet without post-install steps for chainmail

@James-Mart James-Mart added the System app Related to system services and their apps/plugins label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
System app Related to system services and their apps/plugins
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants