This commit is contained in:
Nolan Lawson 2018-04-03 17:27:30 -07:00
parent 48dc087e58
commit e0345ad750

View file

@ -36,7 +36,7 @@
let newFollowingValue = !(following || followRequested)
await setAccountFollowed(accountId, newFollowingValue)
if (!account.locked) { // be optimistic, show the user that it succeeded
this.set({overrideFollowing: newFollowingValue)
this.set({overrideFollowing: newFollowingValue})
}
}
},