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

Fix messageformat not passed to thread #473

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Fix messageformat not passed to thread #473

merged 1 commit into from
Jan 5, 2024

Commits on Jan 5, 2024

  1. Fix messageformat not passed to thread

    The message format is stored as a global variable, but globals are not
    shared between processes. Therefore, we must explicitly pass it as a
    parameter.
    
    Closes #472.
    skycaptain committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    fa1103d View commit details
    Browse the repository at this point in the history