Skip to content
  • Yury Gubich's avatar
    Allow to correct multiple messages · dd3b5c0f
    Yury Gubich authored and Linus Jahn's avatar Linus Jahn committed
    This changes the way MessageModel concludes whether the message is
    suitable for correction. A message can be corrected, if:
     * it is `sentByMe()`
     * is amog the latest 20 messages sent by us
     * is not older than 2 days
    
    Also instead of searching the message with the correct ID, the function
    now uses the index from QML instead.
    dd3b5c0f