summary refs log tree commit diff
path: root/changelog.d/9986.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous call to bool() (#9986)Dan Callahan2021-05-141-0/+1
Our strtobool already returns a bool, so no need to re-cast here Signed-off-by: Dan Callahan <danc@element.io>