From 1e90e76fba27585ceaf66a3fb3bc02a9cda9d921 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 12 Mar 2023 16:36:34 +0100 Subject: [PATCH] Fix rooms being stuck in "Connecting" state I haven't managed to reliably reproduce this bug, so I don't know if this actually fixes it. --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b46fa15..1fe6296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,9 @@ Procedure when bumping the version number: ### Changed - Some key bindings in the rooms list +### Fixed +- Rooms being stuck in "Connecting" state + ## v0.3.0 - 2022-08-22 ### Added diff --git a/Cargo.lock b/Cargo.lock index 45fdbf9..4b04ccc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "euphoxide" version = "0.3.1" -source = "git+https://github.com/Garmelon/euphoxide.git?tag=v0.3.1#1844cddcc01696ef4d04c957de8b84d6247d9332" +source = "git+https://github.com/Garmelon/euphoxide.git?rev=768a259f02f5743f7812904657a99f1f58b8e835#768a259f02f5743f7812904657a99f1f58b8e835" dependencies = [ "async-trait", "caseless", diff --git a/Cargo.toml b/Cargo.toml index f8bc8e5..629bd00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ features = ["rustls-tls-native-roots"] [dependencies.euphoxide] git = "https://github.com/Garmelon/euphoxide.git" -tag = "v0.3.1" +rev = "768a259f02f5743f7812904657a99f1f58b8e835" features = ["bot"] # [patch."https://github.com/Garmelon/euphoxide.git"]