chore: expose linkUrls property on Message QML type

This commit is contained in:
Pascal Precht 2020-11-25 11:43:36 +01:00 committed by Pascal Precht
parent 8263a9bec8
commit 1277395431

View File

@ -21,6 +21,7 @@ Item {
property string emojiReactions: ""
property int prevMessageIndex: -1
property bool timeout: false
property string linkUrls: ""
property string authorCurrentMsg: "authorCurrentMsg"
property string authorPrevMsg: "authorPrevMsg"