Page MenuHomePhabricator

[lib] Avoid passing userStateBeforeRecovery to invalidateKeyserverSession
ClosedPublic

Authored by ashoat on May 28 2024, 10:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 9:47 AM
Unknown Object (File)
Tue, Nov 12, 8:52 AM
Unknown Object (File)
Tue, Nov 12, 8:45 AM
Unknown Object (File)
Tue, Nov 12, 8:30 AM
Unknown Object (File)
Mon, Nov 4, 10:34 PM
Unknown Object (File)
Mon, Nov 4, 2:17 PM
Unknown Object (File)
Mon, Nov 4, 7:58 AM
Unknown Object (File)
Thu, Oct 31, 4:32 PM
Subscribers
None

Details

Summary

This is a minor refactor I noticed while working on the prior diff.

There's no reason to pass this around from one callback to the other, since it can be accessed directly on the second callback.

Depends on D12232

Test Plan

Flow, also tested together with the prior diff

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable