mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-12 18:49:39 +02:00
Postpone prekey deletion
This commit is contained in:
parent
0cd3318b12
commit
45574e6bbb
2 changed files with 61 additions and 1 deletions
|
@ -143,7 +143,7 @@ public class SignalOmemoStoreConnector
|
|||
|
||||
@Override
|
||||
public void removePreKey(int i) {
|
||||
omemoStore.removeOmemoPreKey(getOurDevice(), i);
|
||||
omemoStore.removeOrQueueOmemoPreKey(getOurDevice(), i);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue