Fix encryptable, fix async deriveEventsMapped

This commit is contained in:
Jon Staab
2024-08-13 17:58:12 -07:00
parent 149c29472c
commit 2c32817ed3
6 changed files with 70 additions and 53 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ export class ConnectionMeta {
if (ok) {
this.authStatus = AuthStatus.Ok
} else if (notice?.startsWith('auth-required:')) {
// Re-enqueue pending reqs when auth challenge is received
// Re-enqueue pending events when auth challenge is received
const pub = this.pendingPublishes.get(eventId)
if (pub) {