diff --git a/changelog/unreleased/bugfix-ocm-local-instance-check b/changelog/unreleased/bugfix-ocm-local-instance-check new file mode 100644 index 00000000000..d9ddf5bd102 --- /dev/null +++ b/changelog/unreleased/bugfix-ocm-local-instance-check @@ -0,0 +1,5 @@ +Bugfix: OCM local instance check + +We've fixed the issue where the current instance was not recognized as a local instance in inviter select. + +https://github.com/owncloud/web/pull/11560 diff --git a/packages/web-app-ocm/src/views/IncomingInvitations.vue b/packages/web-app-ocm/src/views/IncomingInvitations.vue index 1661f33bdbe..16fe980f4b7 100644 --- a/packages/web-app-ocm/src/views/IncomingInvitations.vue +++ b/packages/web-app-ocm/src/views/IncomingInvitations.vue @@ -35,7 +35,7 @@ - +