improvement: better appservice compatibility and optimizations

This commit is contained in:
Timo Kösters
2021-02-06 15:27:43 +01:00
parent fd3fb3a7ed
commit 6924dfc8ea
9 changed files with 270 additions and 207 deletions

View File

@@ -1,6 +1,6 @@
use crate::{utils, Error, Result};
use http::header::{HeaderValue, CONTENT_TYPE};
use log::warn;
use log::{info, warn};
use ruma::api::OutgoingRequest;
use std::{
convert::{TryFrom, TryInto},