async media: add ability to upload media asynchronously
Requires a homeserver with MSC2246 support
This commit is contained in:
@@ -14,6 +14,7 @@ type homeserver struct {
|
||||
Domain string `yaml:"domain"`
|
||||
Asmux bool `yaml:"asmux"`
|
||||
StatusEndpoint string `yaml:"status_endpoint"`
|
||||
AsyncMedia bool `yaml:"async_media"`
|
||||
}
|
||||
|
||||
func (h *homeserver) validate() error {
|
||||
|
||||
Reference in New Issue
Block a user