feat(server): send invitation accepted notification (#10421)

This commit is contained in:
fengmk2
2025-03-24 02:27:23 +00:00
parent d7b3dc683b
commit ed888d6507
7 changed files with 157 additions and 25 deletions
+1 -1
View File
@@ -850,7 +850,7 @@ type MissingOauthQueryParameterDataType {
}
type Mutation {
acceptInviteById(inviteId: String!, sendAcceptMail: Boolean, workspaceId: String!): Boolean!
acceptInviteById(inviteId: String!, sendAcceptMail: Boolean @deprecated(reason: "never used"), workspaceId: String!): Boolean!
activateLicense(license: String!, workspaceId: String!): License!
"""add a category to context"""