* add conduwuit to list of runtime homeservers Signed-off-by: strawberry <strawberry@puppygock.gay> * allow conduwuit to run Content-Disposition tests we perform the checks being tested Signed-off-by: strawberry <strawberry@puppygock.gay> --------- Signed-off-by: strawberry <strawberry@puppygock.gay>
10 lines
259 B
Go
10 lines
259 B
Go
//go:build conduwuit_blacklist || conduit_blacklist
|
|
// +build conduwuit_blacklist conduit_blacklist
|
|
|
|
// for now, a couple skipped conduit tests still apply to conduwuit. this will change in the future
|
|
|
|
package runtime
|
|
|
|
func init() {
|
|
Homeserver = Conduwuit
|
|
}
|