core: remove a separate type to validate servers with invalid addresses (they are prevented by the UI) (#5211)

This commit is contained in:
Evgeny
2024-11-19 14:10:33 +00:00
committed by GitHub
parent 70a29512b7
commit 4b9c618ae3
3 changed files with 15 additions and 67 deletions
+1 -1
View File
@@ -360,7 +360,7 @@ data ChatCommand
| APISetServerOperators (NonEmpty ServerOperator)
| APIGetUserServers UserId
| APISetUserServers UserId (NonEmpty UpdatedUserOperatorServers)
| APIValidateServers UserId [ValidatedUserOperatorServers] -- response is CRUserServersValidation
| APIValidateServers UserId [UpdatedUserOperatorServers] -- response is CRUserServersValidation
| APIGetUsageConditions
| APISetConditionsNotified Int64
| APIAcceptConditions Int64 (NonEmpty Int64)