complement/runtime/hs_conduwuit.go
June 9657e13dee
Add conduwuit (#723)
* 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>
2024-05-14 13:43:14 +01:00

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
}