mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix build error.
This commit is contained in:
parent
91795a0d19
commit
dd2385711a
@ -194,7 +194,7 @@ class RoomProxy: RoomProxyProtocol {
|
|||||||
.value
|
.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.")
|
#warning("Redactions to be enabled on next SDK release.")
|
||||||
return .failure(.failedRedactingEvent)
|
return .failure(.failedRedactingEvent)
|
||||||
// let transactionID = genTransactionId()
|
// let transactionID = genTransactionId()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user