ui: Improve logging for redactions

This commit is contained in:
Jonas Platte
2023-11-27 17:27:23 +01:00
committed by Jonas Platte
parent 3ebd8afa49
commit 39fc283353
2 changed files with 2 additions and 1 deletions

View File

@@ -376,7 +376,7 @@ impl<P: RoomDataProvider> TimelineInner<P> {
}
/// Handle the creation of a new local event.
#[instrument(skip_all)]
#[cfg(test)]
pub(super) async fn handle_local_redaction(
&self,
txn_id: OwnedTransactionId,

View File

@@ -249,6 +249,7 @@ impl TimelineInnerState {
}
/// Handle the local redaction of an event.
#[instrument(skip_all)]
pub(super) fn handle_local_redaction(
&mut self,
own_user_id: OwnedUserId,