From: cwm Date: Tue, 26 Dec 2017 19:25:43 +0000 (-0600) Subject: onMuteNotifications validation (tootsuite pr #6092) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=083571915fe670ef777a551891793474e2f7f018;p=mastodon.git onMuteNotifications validation (tootsuite pr #6092) --- diff --git a/app/javascript/flavours/glitch/components/account.js b/app/javascript/flavours/glitch/components/account.js index ac07051db..a1f075491 100644 --- a/app/javascript/flavours/glitch/components/account.js +++ b/app/javascript/flavours/glitch/components/account.js @@ -27,6 +27,7 @@ export default class Account extends ImmutablePureComponent { onFollow: PropTypes.func.isRequired, onBlock: PropTypes.func.isRequired, onMute: PropTypes.func.isRequired, + onMuteNotifications: PropTypes.func.isRequired, intl: PropTypes.object.isRequired, hidden: PropTypes.bool, };