Page MenuHomePhabricator

[lib] Fix types in deleteThread
ClosedPublic

Authored by inka on Jan 10 2024, 5:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 23, 2:39 AM
Unknown Object (File)
Wed, Nov 6, 9:09 AM
Unknown Object (File)
Oct 17 2024, 2:23 PM
Unknown Object (File)
Oct 17 2024, 2:23 PM
Unknown Object (File)
Oct 17 2024, 2:23 PM
Unknown Object (File)
Oct 17 2024, 2:23 PM
Unknown Object (File)
Oct 17 2024, 2:23 PM
Unknown Object (File)
Oct 3 2024, 12:34 AM
Subscribers

Details

Summary

issue: ENG-6407
When I refactored deleteThread in D9371, I forgot to change the type taken by it. This caused no problems, because flow can't really tell the difference between CallServerEndpoint and CallKeyserverEndpoint, so it didn't have a problem with that we were passing CallKeyserverEndpoint to it.
This is just a type change, the code worked all the time

Test Plan

Tested that deleting threads works

Diff Detail

Repository
rCOMM Comm
Branch
inka/login_reducers
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Jan 10 2024, 5:51 AM
Harbormaster failed remote builds in B25656: Diff 35473!
inka requested review of this revision.Jan 11 2024, 7:39 AM
This revision is now accepted and ready to land.Jan 11 2024, 7:58 AM
This revision was landed with ongoing or failed builds.Jan 16 2024, 1:52 AM
This revision was automatically updated to reflect the committed changes.