mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-24 00:58:00 -04:00
ui: Improve logging for redactions
This commit is contained in:
committed by
Jonas Platte
parent
3ebd8afa49
commit
39fc283353
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user