Fix decryption errors in reply popups
This commit is contained in:
parent
79f245986b
commit
42fdbec43a
@ -68,6 +68,7 @@ Popup {
|
|||||||
isOnlyEmoji: modelData.isOnlyEmoji ?? false
|
isOnlyEmoji: modelData.isOnlyEmoji ?? false
|
||||||
userId: modelData.userId ?? ""
|
userId: modelData.userId ?? ""
|
||||||
userName: modelData.userName ?? ""
|
userName: modelData.userName ?? ""
|
||||||
|
encryptionError: modelData.encryptionError ?? ""
|
||||||
}
|
}
|
||||||
|
|
||||||
MatrixTextField {
|
MatrixTextField {
|
||||||
|
@ -45,6 +45,7 @@ Rectangle {
|
|||||||
isOnlyEmoji: modelData.isOnlyEmoji ?? false
|
isOnlyEmoji: modelData.isOnlyEmoji ?? false
|
||||||
userId: modelData.userId ?? ""
|
userId: modelData.userId ?? ""
|
||||||
userName: modelData.userName ?? ""
|
userName: modelData.userName ?? ""
|
||||||
|
encryptionError: modelData.encryptionError ?? ""
|
||||||
}
|
}
|
||||||
|
|
||||||
ImageButton {
|
ImageButton {
|
||||||
|
Loading…
Reference in New Issue
Block a user