Skip to content

Conversation

@MadLittleMods
Copy link
Collaborator

Adapt MSC2716 implementation to org.matrix.msc2716 experimental room version

As introduced in matrix-org/synapse#10245

As introduced in matrix-org/synapse#10245,
use experimental `org.matrix.msc2716` room version.
Copy link
Member

@kegsay kegsay left a comment

Choose a reason for hiding this comment

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

The duplication hurts. Consider making this a global:

var createRoomOpts = map[string]interface{}{
    "preset": "public_chat",
    "name": "the hangout spot",
    "room_version": "org.matrix.msc2716"
}

@MadLittleMods
Copy link
Collaborator Author

The duplication hurts. Consider making this a global:

Updated 👍

@MadLittleMods MadLittleMods merged commit fd752eb into master Jul 26, 2021
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