Every time a window becomes active, fetch invite links so that we can display the most recent version without requesting too often. Ultimately, we would like to have a mechanism where every invite link change results in updates being sent to interested clients.
Depends on D8239
What's the || null for? Typically ?? null is preferred is you really want to coerce to null, but I'm not clear on why you want to do that