diff --git a/src/types/codes/jsonErrorCodes.ts b/src/types/codes/jsonErrorCodes.ts index 1243fe4c0..8bc1156b0 100644 --- a/src/types/codes/jsonErrorCodes.ts +++ b/src/types/codes/jsonErrorCodes.ts @@ -124,6 +124,7 @@ export enum JsonErrorCodes { TriedToPerformAnOperationOnAnArchivedThreadSuchAsEditingAMessageOrAddingAUserToTheThread = 50083, InvalidThreadNotificationSettings, BeforeValueIsEarlierThanTheThreadCreationDate, + CommunityServerChannelsMustBeTextChannels, ThisServerIsNotAvailableInYourLocation = 50095, ThisServerNeedsMonetizationEnabledInOrderToPerformThisAction = 50097, ThisServerNeedsMoreBoostsToPerformThisAction = 50101,