-
We can currently only send invites to remote instances, but I do not see a way to notify a remote instance that an invite was revoked. Might be out of scope, but we stumbled over this during QA. |
Beta Was this translation helpful? Give feedback.
Answered by
glpatcern
Oct 10, 2024
Replies: 1 comment
-
hey @butonic, in fact that would be covered by (optional) notifications: https://github.com/cs3org/OCM-API/blob/develop/spec.yaml#L664 Where |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
glpatcern
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @butonic, in fact that would be covered by (optional) notifications:
https://github.com/cs3org/OCM-API/blob/develop/spec.yaml#L664
Where
USER_REMOVED
would tell the other end about this revocation. Yet, as far as I know no EFSS implements this.