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

Simplify last message types #915

Closed pixlwave closed 3 years ago

pixlwave commented 3 years ago

Fixes https://github.com/vector-im/element-ios/issues/4451. Depends on https://github.com/matrix-org/matrix-ios-sdk/pull/1240.

Adds an eventsFilterForLastMessage app setting which defaults to only show Messages, Call Invite/Answer/Hangup and Stickers which matches the behaviour on Web. (Web also has reactions in its preview type list, but that is disabled via a setting elsewhere).