summary refs log tree commit diff
path: root/changelog.d/10404.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not include signatures/hashes in make_{join,leave,knock} responses. (#10404)Patrick Cloke2021-07-161-0/+1
These signatures would end up invalid since the joining/leaving/knocking server would modify the response before calling send_{join,leave,knock}.