matrix-org / matrix-ios-kit

Reusable UI interfaces to ease building of Matrix client apps
http://www.matrix.org
Apache License 2.0
128 stars 71 forks source link

Fix timeline alignment bug #881

Closed pixlwave closed 3 years ago

pixlwave commented 3 years ago

Fixes https://github.com/vector-im/element-ios/issues/4510 by ignoring reaction events when computing whether to show a warning badge.

From what I can tell, the cell data for the point in time when a reaction was sent would be wanting to show the encryption badge but without a component to show it, so would appear to be randomly indented.