summary refs log tree commit diff
path: root/resources/qml/ReplyPopup.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-08-08 01:17:58 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-08-08 01:17:58 +0200
commit42fdbec43aeba10711ff224fca2ac18c59f8d9c4 (patch)
treefcb286e1c98a8408c3fc5535bbb52597c0db6f5a /resources/qml/ReplyPopup.qml
parentTry github forms for bug reports (diff)
downloadnheko-42fdbec43aeba10711ff224fca2ac18c59f8d9c4.tar.xz
Fix decryption errors in reply popups
Diffstat (limited to '')
-rw-r--r--resources/qml/ReplyPopup.qml1
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 {