diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-08 01:17:58 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-08 01:17:58 +0200 |
commit | 42fdbec43aeba10711ff224fca2ac18c59f8d9c4 (patch) | |
tree | fcb286e1c98a8408c3fc5535bbb52597c0db6f5a /resources/qml/ReplyPopup.qml | |
parent | Try github forms for bug reports (diff) | |
download | nheko-42fdbec43aeba10711ff224fca2ac18c59f8d9c4.tar.xz |
Fix decryption errors in reply popups
Diffstat (limited to '')
-rw-r--r-- | resources/qml/ReplyPopup.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/ReplyPopup.qml b/resources/qml/ReplyPopup.qml index 54b4f20c..e15b022f 100644 --- a/resources/qml/ReplyPopup.qml +++ b/resources/qml/ReplyPopup.qml @@ -45,6 +45,7 @@ Rectangle { isOnlyEmoji: modelData.isOnlyEmoji ?? false userId: modelData.userId ?? "" userName: modelData.userName ?? "" + encryptionError: modelData.encryptionError ?? "" } ImageButton { |