mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-31 03:47:18 -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>