Skip to content

Commit

Permalink
fix: add group and section to homeserver domain setting
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb committed Feb 8, 2024
1 parent 1635b1d commit e59b9ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-countries-impress.md
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': patch
---

Fixed matrix homeserver domain setting not being visible in admin panel
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -48,3 +48,5 @@ yarn-error.log*
.envrc

*.sublime-workspace

**/.vim/
Expand Up @@ -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',
},
);

Expand Down

0 comments on commit e59b9ff

Please sign in to comment.