add futures::FutureExt to make cba9ee5240 work

This commit is contained in:
Jacob Taylor 2025-05-22 16:54:15 -07:00
commit 6ccd6c0e5e
3 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ use conduwuit::{
};
use conduwuit_service::Services;
use futures::TryStreamExt;
use futures::FutureExt;
use ruma::{
OwnedEventId, RoomId, UserId,
api::client::state::{get_state_events, get_state_events_for_key, send_state_event},