fix: dont take into account old contact lists

This commit is contained in:
Alejandro Gomez
2023-01-27 18:35:55 +01:00
parent c183633efc
commit 592a8b04c0
5 changed files with 34 additions and 16 deletions

View File

@ -304,4 +304,4 @@ const barierNip07 = async (then: () => Promise<any>) => {
} finally {
isNip07Busy = false;
}
};
};