From bcfe924bf03f31bda8ec7599ecd5f52ad452b9fd Mon Sep 17 00:00:00 2001 From: Marek Libra Date: Wed, 24 Jan 2024 16:10:57 +0100 Subject: [PATCH] chore: add changeset for Notifications --- .changeset/healthy-flies-rescue.md | 5 +++++ dynamic-plugins.default.yaml | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .changeset/healthy-flies-rescue.md diff --git a/.changeset/healthy-flies-rescue.md b/.changeset/healthy-flies-rescue.md new file mode 100644 index 0000000000..257d97525a --- /dev/null +++ b/.changeset/healthy-flies-rescue.md @@ -0,0 +1,5 @@ +--- +'dynamic-plugins-imports': minor +--- + +added the Notifications plugins diff --git a/dynamic-plugins.default.yaml b/dynamic-plugins.default.yaml index 6fde3a0ff3..6273afb9e1 100644 --- a/dynamic-plugins.default.yaml +++ b/dynamic-plugins.default.yaml @@ -127,6 +127,8 @@ plugins: menuItem: icon: notificationsIcon text: Notifications + config: + pollingIntervalMs: 5000 - package: ./dynamic-plugins/dist/janus-idp-plugin-notifications-backend-dynamic disabled: true