Properly update event ics export cache and fix export desc html

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-10-14 15:44:16 +02:00
parent 32f6ee7019
commit cc701f8994
3 changed files with 8 additions and 6 deletions

View File

@@ -298,6 +298,8 @@ defmodule Mobilizon.Events do
})
end
Cachex.del(:ics, "event_#{new_event.uuid}")
Mobilizon.Service.Events.Tool.calculate_event_diff_and_send_notifications(
old_event,
new_event,