1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Merge branch 'master' into develop

This commit is contained in:
David Baker
2019-03-06 11:28:54 +00:00
6 changed files with 186 additions and 6 deletions

View File

@@ -820,7 +820,7 @@ export default React.createClass({
const hostingSignupLink = getHostingLink('community-settings');
let hostingSignup = null;
if (hostingSignupLink) {
if (hostingSignupLink && this.state.isUserPrivileged) {
hostingSignup = <div className="mx_GroupView_hostingSignup">
{_t(
"Want more than a community? <a>Get your own server</a>", {},