Fix response to federation /invite to match the format expected by synapse (#221)
* Fix response to /invite to match the format expected by synapse * gb vendor update github.com/matrix-org/gomatrixserverlib * Use gomatrixserverlib.RespInvite * gb vendor update github.com/matrix-org/gomatrixserverlib
This commit is contained in:
parent
5740cb3e58
commit
6cb9d900b9
21 changed files with 148 additions and 64 deletions
25
vendor/src/github.com/matrix-org/gomatrixserverlib/linter.json
vendored
Normal file
25
vendor/src/github.com/matrix-org/gomatrixserverlib/linter.json
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"Enable": [
|
||||
"vet",
|
||||
"vetshadow",
|
||||
"gotype",
|
||||
"deadcode",
|
||||
"gocyclo",
|
||||
"golint",
|
||||
"varcheck",
|
||||
"structcheck",
|
||||
"aligncheck",
|
||||
"ineffassign",
|
||||
"gas",
|
||||
"misspell",
|
||||
"gosimple",
|
||||
"megacheck",
|
||||
"unparam",
|
||||
"goimports",
|
||||
"goconst",
|
||||
"unconvert",
|
||||
"errcheck",
|
||||
"interfacer",
|
||||
"testify"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue