Skip to content
Snippets Groups Projects
Unverified Commit 428b7d7e authored by Debdut Chakraborty's avatar Debdut Chakraborty Committed by Diego Sampaio
Browse files

fix: add group and section to homeserver domain setting (#31700)

parent c2872a93
No related branches found
No related tags found
No related merge requests found
---
'@rocket.chat/meteor': patch
---
Fixed matrix homeserver domain setting not being visible in admin panel
......@@ -48,3 +48,5 @@ yarn-error.log*
.envrc
*.sublime-workspace
**/.vim/
......@@ -237,6 +237,8 @@ export class RocketChatSettingsAdapter {
i18nLabel: 'Federation_Matrix_homeserver_domain',
i18nDescription: 'Federation_Matrix_homeserver_domain_desc',
alert: 'Federation_Matrix_homeserver_domain_alert',
group: 'Federation',
section: 'Matrix Bridge',
},
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment