feat: Filter ignored PDUs in relations

This commit is contained in:
timedout
2026-01-22 14:08:54 +00:00
committed by Jade Ellis
parent f1ab27d344
commit a9ebdf58e2
2 changed files with 17 additions and 6 deletions
+2 -6
View File
@@ -1,6 +1,6 @@
use axum::extract::State;
use conduwuit::{
Err, Error, Event, Result, at, debug_warn, err, ref_at,
Err, Event, Result, at, debug_warn, err, ref_at,
utils::{
IterStream,
future::TryExtExt,
@@ -12,11 +12,7 @@ use futures::{
FutureExt, StreamExt, TryFutureExt, TryStreamExt,
future::{OptionFuture, join, join3, try_join3},
};
use ruma::{
OwnedEventId, UserId,
api::client::{context::get_context, error::ErrorKind},
events::StateEventType,
};
use ruma::{OwnedEventId, UserId, api::client::context::get_context, events::StateEventType};
use crate::{
Ruma,