forked from mirror/monocles_chat_clean
fixed download of previously deleted omemo files
This commit is contained in:
parent
1ea463d8b8
commit
34a052b2a6
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ public class HttpDownloadConnection implements Transferable {
|
|||
} else if (message.isFileOrImage()) {
|
||||
message.setType(Message.TYPE_TEXT);
|
||||
}
|
||||
message.setOob(true);
|
||||
message.setDeleted(false);
|
||||
mXmppConnectionService.updateMessage(message);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue