fix(web/converse): Update to use mime_guess::from_path

... instead of its deprecated predecessor.

Change-Id: I8af286c6b1ee7c25c153f1209d094ae4f5eb53cc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2860
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Vincent Ambo 2021-04-05 20:30:29 +02:00 committed by tazjin
parent 3b0b21f8d1
commit a87533695f
2 changed files with 1 additions and 3 deletions

View file

@ -16,7 +16,6 @@
// along with this program. If not, see
// <https://www.gnu.org/licenses/>.
#[macro_use]
extern crate askama;
#[macro_use]