mirror of
https://github.com/moparisthebest/Conversations
synced 2025-01-13 14:38:05 -05:00
avoid race condition for otr key in jingle
This commit is contained in:
parent
bd467b6b9d
commit
9f4043c679
@ -328,7 +328,7 @@ public class JingleConnection {
|
||||
this.cancel();
|
||||
return;
|
||||
} else {
|
||||
this.file.setKey(conversation.getSymmetricKey());
|
||||
this.file.setKey(key);
|
||||
}
|
||||
}
|
||||
this.file.setExpectedSize(size);
|
||||
|
Loading…
Reference in New Issue
Block a user