mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
Custom profile field value are stored in different structure compare to other profile fields in events, so generic way to update fields wasn't updating custom profile fields in `apply_event` function. Fix this by adding check for custom fields in `apply_event`. This also adds the appropriate test_events test to verify this code path. Fixes part of #9875.
32 KiB
32 KiB