request device list on /list jid
This commit is contained in:
parent
0d927c973f
commit
04eb0f1d78
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ public class Main {
|
|||
System.out.println(p.getFrom()+" "+omemoManager.resourceSupportsOmemo(p.getFrom().asDomainFullJidIfPossible()));
|
||||
}
|
||||
} catch (Exception e) {}
|
||||
omemoManager.requestDeviceListUpdateFor(jid);
|
||||
CachedDeviceList list = store.loadCachedDeviceList(jid);
|
||||
if(list == null) {
|
||||
list = new CachedDeviceList();
|
||||
|
|
Loading…
Reference in a new issue