[bug] checkConnections didn't get the member addresses
This commit is contained in:
parent
cf57681c31
commit
25caed410e
@ -203,7 +203,7 @@ export default class Services {
|
|||||||
let unconnectedAddresses = [];
|
let unconnectedAddresses = [];
|
||||||
const myAddress = await this.getDeviceAddress();
|
const myAddress = await this.getDeviceAddress();
|
||||||
for (const member of members) {
|
for (const member of members) {
|
||||||
const sp_addresses = this.getAddressesForMemberId(member);
|
const sp_addresses = member.sp_addresses;
|
||||||
if (!sp_addresses || sp_addresses.length === 0) continue;
|
if (!sp_addresses || sp_addresses.length === 0) continue;
|
||||||
for (const address of sp_addresses) {
|
for (const address of sp_addresses) {
|
||||||
// For now, we ignore our own device address, although there might be use cases for having a secret with ourselves
|
// For now, we ignore our own device address, although there might be use cases for having a secret with ourselves
|
||||||
|
Loading…
x
Reference in New Issue
Block a user