Skip to content

Bugfix: fetch MaxSessionDuration during push

Compare
Choose a tag to compare
@andrewjhumphrey andrewjhumphrey released this 19 Oct 08:33
· 24 commits to main since this release
fae331a

Bugfix: Fetch MaxSessionDuration during push.

iamy has an optimisation that skips fetch role descriptions when unneeded we also fetch max session durations in the same function.
This is a quick bugfix to fix the drift. The correct fix (coming in a future PR) is to either rewrite the fetch functions to separate description fetching from maxsessionduration fetching, or remove the plumbing for the skip optimisation.