matrix-org / matrix-ios-sdk

The Matrix SDK for iOS
Apache License 2.0
451 stars 211 forks source link

Fix for removeReaction request parameters #1838

Closed SkiTles55 closed 4 months ago

SkiTles55 commented 10 months ago

In MXAggregatedReactionsUpdater function for remove reaction call redactEvent request without required parameter txnId, because of this, the request returns an error and the reaction is not deleted

Signed-off-by: Dmitry Khudyakov skitles55@gmail.com