Function ruma_signatures::redact_content_in_place
source · [−]pub fn redact_content_in_place(
object: &mut CanonicalJsonObject,
version: &RoomVersionId,
event_type: impl AsRef<str>
)
Expand description
Redacts event content using the rules specified in the Matrix client-server specification.
Edits the object
in-place.