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()));
|
System.out.println(p.getFrom()+" "+omemoManager.resourceSupportsOmemo(p.getFrom().asDomainFullJidIfPossible()));
|
||||||
}
|
}
|
||||||
} catch (Exception e) {}
|
} catch (Exception e) {}
|
||||||
|
omemoManager.requestDeviceListUpdateFor(jid);
|
||||||
CachedDeviceList list = store.loadCachedDeviceList(jid);
|
CachedDeviceList list = store.loadCachedDeviceList(jid);
|
||||||
if(list == null) {
|
if(list == null) {
|
||||||
list = new CachedDeviceList();
|
list = new CachedDeviceList();
|
||||||
|
|
Loading…
Reference in a new issue