Skip to content

Adding .wellknown structure to work with matrix server#33

Open
MrPeavy wants to merge 1 commit intomainfrom
feature/wellknown
Open

Adding .wellknown structure to work with matrix server#33
MrPeavy wants to merge 1 commit intomainfrom
feature/wellknown

Conversation

@MrPeavy
Copy link

@MrPeavy MrPeavy commented Feb 19, 2026

In order to avoid having the full server name in user names we need to add .wellknown here since they do not share host or ip

In order to avoid having the full server name in user names
we need to add .wellknown here since they do not share host or
ip
Copy link
Member

@brother brother left a comment

Choose a reason for hiding this comment

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

😉

"m.homeserver": {
"base_url": "https://matrix.familjen.rocks"
}
} No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
}
}

@@ -0,0 +1,3 @@
{
"m.server": "matrix.familjen.rocks:443"
} No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
}
}

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.

2 participants

Comments