diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 26e571f..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -## [3.2.3](https://github.com/TogetherCrew/mongo-lib/compare/v3.2.2...v3.2.3) (2025-01-26) - - -### Bug Fixes - -* updated packagejson to fix release issue ([e015190](https://github.com/TogetherCrew/mongo-lib/commit/e015190dc907c79cf4ee6e7995626a919b1ef7c5)) -* updated packagejson to fix release issue ([a867ef4](https://github.com/TogetherCrew/mongo-lib/commit/a867ef43a9f0a4c79d867ad9585856d48e8362a2)) diff --git a/src/config/enums.ts b/src/config/enums.ts index d31a483..d51d8f9 100644 --- a/src/config/enums.ts +++ b/src/config/enums.ts @@ -7,6 +7,7 @@ export enum PlatformNames { Twitter = 'twitter', Discourse = 'discourse', Telegram = 'telegram', + Website = 'website', } export enum ModuleNames { @@ -21,6 +22,7 @@ export enum HivemindPlatformNames { GitHub = PlatformNames.GitHub, Notion = PlatformNames.Notion, MediaWiki = PlatformNames.MediaWiki, + Website = PlatformNames.Website, } export enum ViolationDetectionPlatformNames { Discourse = PlatformNames.Discourse,