Fix decryption errors in reply popups
This commit is contained in:
parent
79f245986b
commit
42fdbec43a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user