Skip to content
Snippets Groups Projects
Verified Commit 42fdbec4 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix decryption errors in reply popups

parent 79f24598
No related branches found
No related tags found
No related merge requests found
Pipeline #1544 passed
......@@ -68,6 +68,7 @@ Popup {
isOnlyEmoji: modelData.isOnlyEmoji ?? false
userId: modelData.userId ?? ""
userName: modelData.userName ?? ""
encryptionError: modelData.encryptionError ?? ""
}
MatrixTextField {
......
......@@ -45,6 +45,7 @@ Rectangle {
isOnlyEmoji: modelData.isOnlyEmoji ?? false
userId: modelData.userId ?? ""
userName: modelData.userName ?? ""
encryptionError: modelData.encryptionError ?? ""
}
ImageButton {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment