add save-after-auth and eliminate mute list

This commit is contained in:
2025-05-24 20:42:40 +01:00
parent 56ecfe11a8
commit fc7a40a1b7
4 changed files with 45 additions and 47 deletions

View File

@@ -109,7 +109,7 @@ func (a *A) HandleRejectEvent(env *eventenvelope.Submission, notice string) (err
if err = authenvelope.NewChallengeWith(a.Listener.Challenge()).Write(a.Listener); chk.T(err) {
return
}
a.Listener.AddPendingEvent(env.T)
a.Listener.SetPendingEvent(env.T)
return
}
if err = Ok.Invalid(a, env, notice); chk.E(err) {