Fix build error.

This commit is contained in:
Doug 2022-09-14 13:04:35 +01:00 committed by Doug
parent 91795a0d19
commit dd2385711a

View File

@ -194,7 +194,7 @@ class RoomProxy: RoomProxyProtocol {
.value
}
func redactItem(_ eventID: String) async -> Result<Void, RoomProxyError> {
func redact(_ eventID: String) async -> Result<Void, RoomProxyError> {
#warning("Redactions to be enabled on next SDK release.")
return .failure(.failedRedactingEvent)
// let transactionID = genTransactionId()