Close notification on read receipt
- Add message ID to Rust->Qt
notifyMessage
signal - Save the message ID in the QML Notification as custom property
- Close the matching notification on
messageReceipt
signal; match by bothsid
andmid
Fixes #195 (closed)