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

Add room state type to define formatting rules per room #1181

Open
Half-Shot opened this issue Nov 6, 2020 · 2 comments
Open

Add room state type to define formatting rules per room #1181

Half-Shot opened this issue Nov 6, 2020 · 2 comments
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.

Comments

@Half-Shot
Copy link
Contributor

The plan here would be a org.matrix.matrix-appservice-irc.room_configuration event which would be used to define formats for pastebinning, mentions, replies, edits etc so that admins of the room could configure their own criteria for how messages should be formatted with the bridge config providing it's own defaults.

This would likely solve some off the standoffs we have for formatting in #1179

@Midar
Copy link

Midar commented Nov 8, 2020

How would this work for dynamically created rooms? E.g. I might be the only Matrix users in a room and might want to configure it, but am not an OP on the IRC side. It seems like this is something that should be configured per user rather than per room.

@DataDrake
Copy link

Why not just check for +c in the channel mode and act accordingly?

@justinbot justinbot added T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements. and removed feature-req labels May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.
Projects
None yet
Development

No branches or pull requests

4 participants