diff options
author | cwm <chriswmartin@protonmail.com> | 2017-12-26 13:25:43 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2017-12-26 13:25:43 -0600 |
commit | 083571915fe670ef777a551891793474e2f7f018 (patch) | |
tree | cd0148e62e018d5e0bd08fe30b9aaa51ceeae353 /app/javascript/flavours/glitch | |
parent | 2bbd22e91cdb917bdf421d66479e97cf2428391b (diff) |
onMuteNotifications validation (tootsuite pr #6092)
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/components/account.js | 1 |
1 files changed, 1 insertions, 0 deletions
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, }; |