mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-29 19:05:04 -04:00
escapeStringMap mutated its input map. The recipient loop in eventsNotifier.render reuses that map across iterations, so each recipient past the first got values with one extra HTML escape layer. Return a new map instead. Fixes #2804 Signed-off-by: Michael Stingl <mail@michaelstingl.com>