Skip to content

Implement more message actions and refactor MessageActionItem

Flo Lee requested to merge add-more-messageactions into master

We had already prepared a few more MessageActionDelegates, but the QML part was missing:

  • changing chat title and removing picture are straightforward
  • changing picture will be more work: It should display a small preview of the new picture
  • MessageActionItem had to be refactored to support multiline:

image

Edited by Michele

Merge request reports