Skip to content

Mark all mx-puppet bridges as unmaintained #2621

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Susmita331
Copy link

This pull request marks all mx-puppet bridges as unmaintained due to the bridges being inactive for over two years. This update is necessary as the bridges have recently broken due to the enforced media authentication becoming standard in Synapse. This cleanup is important for clarity and maintenance of the Matrix ecosystem.

Copy link
Collaborator

@MTRNord MTRNord left a comment

Choose a reason for hiding this comment

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

The maturity change should be enough for a change here.

@@ -12,7 +12,7 @@ build_search_index = false

default_language = "en"

generate_feed = true
generate_feeds = true
Copy link
Collaborator

Choose a reason for hiding this comment

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

This has to be removed to be mergable as we are currently still on a zola version that uses the old flag.

Comment on lines +6 to +8
**Note:** This bridge is currently unmaintained.
### Example Content
- This is a test update for visibility.
Copy link
Collaborator

Choose a reason for hiding this comment

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

This also seems out of place

Suggested change
**Note:** This bridge is currently unmaintained.
### Example Content
- This is a test update for visibility.

Comment on lines +15 to +17
note = """
NOTE: This bridge is currently unmaintained. Use with caution as it may no longer be supported or updated.
"""
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
note = """
NOTE: This bridge is currently unmaintained. Use with caution as it may no longer be supported or updated.
"""

@@ -38,6 +38,7 @@ room = "#heisenbridge:vi.fi"
featured = false
privilege.platform = "User" # Free text
privilege.matrix = "Homeserver Admin" # Any of Homeserver Admin, Room Admin, None

Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change

Comment on lines +13 to +15
{% if bridge.note %}
<p class="bridge-note">{{ bridge.note }}</p>
{% endif %}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
{% if bridge.note %}
<p class="bridge-note">{{ bridge.note }}</p>
{% endif %}

Comment on lines +24 to +26
{% if bridge.note %}
<p class="bridge-note">{{ bridge.note }}</p> <!-- Note block added here -->
{% endif %}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
{% if bridge.note %}
<p class="bridge-note">{{ bridge.note }}</p> <!-- Note block added here -->
{% endif %}

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.

3 participants