Linking existing accounts with oidc doesn't work, imho because the method [linkUsersAvailable](https://github.com/coralproject/talk/blob/develop/src/core/server/models/tenant/helpers.ts#L79) only checks for `local`, `google` or `facebook`. Is there a specific reason why `oidc` is excluded from these checks?