In offline mode create a wrapper zip file #110
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "issue-109"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue
closes #109
Intent
overall PR looks good, just please add more comments
@ -378,6 +378,54 @@ export class NostrController extends EventEmitter {
throw new Error('Login method is undefined')
}
nip04Decrypt = async (sender: string, content: string) => {
pls add comments
@ -0,0 +1,426 @@
import JSZip from 'jszip'
pls add more comments