Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client/upload: send state of image's anonymous checkbox as boolean
Anonymous checkbox on images would not actually do anything, when the global checkbox was unchecked. The value of anonymous becomes a node, and it fails the anonymous === true check in save(). I don't understand why anonymous is treated differently from other post parameters and supplied as an argument to save(). Keeping it the way it is, I guess...
- Loading branch information