diff --git a/backend/canisters/user/api/can.did b/backend/canisters/user/api/can.did index 6cebed44e5..71fee921da 100644 --- a/backend/canisters/user/api/can.did +++ b/backend/canisters/user/api/can.did @@ -553,7 +553,7 @@ type SendMessageWithTransferToChannelResponse = variant { CommunityFrozen; RulesNotAccepted; CommunityRulesNotAccepted; - InternalError : record { text; CompletedCryptoTransaction }; + Retrying : record { text; CompletedCryptoTransaction }; }; type SendMessageWithTransferToGroupArgs = record { @@ -590,7 +590,7 @@ type SendMessageWithTransferToGroupResponse = variant { UserSuspended; ChatFrozen; RulesNotAccepted; - InternalError : record { text; CompletedCryptoTransaction }; + Retrying : record { text; CompletedCryptoTransaction }; }; type WithdrawCryptoArgs = record {