From dd2385711ad4a0d80e97f45c0df8f9653f491a3f Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 14 Sep 2022 13:04:35 +0100 Subject: [PATCH] Fix build error. --- ElementX/Sources/Services/Room/RoomProxy.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElementX/Sources/Services/Room/RoomProxy.swift b/ElementX/Sources/Services/Room/RoomProxy.swift index 75409c24e..415064d52 100644 --- a/ElementX/Sources/Services/Room/RoomProxy.swift +++ b/ElementX/Sources/Services/Room/RoomProxy.swift @@ -194,7 +194,7 @@ class RoomProxy: RoomProxyProtocol { .value } - func redactItem(_ eventID: String) async -> Result { + func redact(_ eventID: String) async -> Result { #warning("Redactions to be enabled on next SDK release.") return .failure(.failedRedactingEvent) // let transactionID = genTransactionId()