1
0
Fork 0
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:
Paul Schaub 2018-12-04 15:00:00 +01:00
parent 0cd3318b12
commit 45574e6bbb
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 61 additions and 1 deletions

View file

@ -143,7 +143,7 @@ public class SignalOmemoStoreConnector
@Override
public void removePreKey(int i) {
omemoStore.removeOmemoPreKey(getOurDevice(), i);
omemoStore.removeOrQueueOmemoPreKey(getOurDevice(), i);
}
@Override