1
mirror of https://github.com/jakejarvis/mastodon-utils.git synced 2025-04-25 16:55:21 -04:00
mastodon-utils/patches/hide-contact-email.patch

20 lines
917 B
Diff

diff --git a/app/javascript/mastodon/features/about/index.jsx b/app/javascript/mastodon/features/about/index.jsx
index dc1942c631..a44bda4757 100644
--- a/app/javascript/mastodon/features/about/index.jsx
+++ b/app/javascript/mastodon/features/about/index.jsx
@@ -127,14 +127,6 @@ class About extends React.PureComponent {
<Account id={server.getIn(['contact', 'account', 'id'])} size={36} />
</div>
-
- <hr className='about__meta__divider' />
-
- <div className='about__meta__column'>
- <h4><FormattedMessage id='about.contact' defaultMessage='Contact:' /></h4>
-
- {isLoading ? <Skeleton width='10ch' /> : <a className='about__mail' href={`mailto:${server.getIn(['contact', 'email'])}`}>{server.getIn(['contact', 'email'])}</a>}
- </div>
</div>
<Section open title={intl.formatMessage(messages.title)}>