diff --git a/config/config.exs b/config/config.exs
index cea438a2f..1990ca919 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -263,7 +263,8 @@ config :mobilizon, Oban,
log: false,
queues: [default: 10, search: 5, mailers: 10, background: 5],
crontab: [
- {"@hourly", Mobilizon.Service.Workers.BuildSiteMap, queue: :background}
+ {"@hourly", Mobilizon.Service.Workers.BuildSiteMap, queue: :background},
+ {"17 * * * *", Mobilizon.Service.Workers.RefreshGroups, queue: :background}
]
config :mobilizon, :rich_media,
diff --git a/js/src/components/Account/ParticipantCard.vue b/js/src/components/Account/ParticipantCard.vue
index 5284361d9..807e2f3a5 100644
--- a/js/src/components/Account/ParticipantCard.vue
+++ b/js/src/components/Account/ParticipantCard.vue
@@ -65,8 +65,8 @@