Initial pass of the tag menu, still lots of tweaking and bugfixing to do, but most of the mechanics are there now
This commit is contained in:
parent
72ba708bfe
commit
5a97786cc6
8 changed files with 154 additions and 64 deletions
|
@ -57,7 +57,7 @@ module.exports = React.createClass({
|
|||
// Wrapping this in a q promise, as setRoomMutePushRule can return
|
||||
// a promise or a value
|
||||
q(cli.setRoomMutePushRule("global", roomId, areNotifsMuted))
|
||||
.then(function(s) {
|
||||
.then(function() {
|
||||
self.setState({areNotifsMuted: areNotifsMuted});
|
||||
|
||||
// delay slightly so that the user can see their state change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue