-
Notifications
You must be signed in to change notification settings - Fork 6
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
Migrate from Mjolnir to Draupnir #705
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This Should contain corrections for the various times draupnir is refered to as a matrix.org project. The Draupnir project is definetively not matrix.org
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW While Draupnir will work with MAS, commands that currently depend on the Synapse admin API will not work. So these commands are: deactivate <user>
, shutdown room <room>
, and hijack room <room>
. So you will need to consider this if those commands are part of your moderation team's workflow.
Thanks for sharing this! @gregory-schiano @Thanhphan1147 FYI |
Co-authored-by: Catalan Lover <[email protected]>
Co-authored-by: Catalan Lover <[email protected]>
Co-authored-by: Catalan Lover <[email protected]>
Test results for commit f06462eTest coverage for f06462e
Static code analysis report
|
Closed in favor of #714 |
Overview
"Draupnir is a forwards and backwards compatible drop in replacement for Mjolnir.". This PR change the snap and all references from Mjolnir to Draupnir.
https://github.com/the-draupnir-project/Draupnir
There are many files changed but only because I'm renaming Mjolnir -> Draupnir. The actual change is on the rockcraft file.
For compatibility, enable_mjolnir is still available, but enable_draupnir takes precedence unless enable_mjolnir is True and enable_draupnir is False. In that case, enable_draupnir will be enabled.
Also:
Rationale
Draupnir is compatible with MAS.
Juju Events Changes
Module Changes
Library Changes
Checklist
src-docs
urgent
,trivial
,complex
)This track has no changelog.