mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 12:21:58 +00:00
Earlier, we were passing invalid `data` argument to `firebase_messaging.Message` which would result in an error while sending E2EE push notification for android devices. The API requires all keys and values in the `data` dictionary to be strings. One of the value was an integer. This commit fixes the bug by converting the values to str if they are not. Signed-off-by: Prakhar Pratyush <prakhar@zulip.com>
76 KiB
76 KiB