Rodrigo Gonzalez
Results
1
comments of
Rodrigo Gonzalez
```python params_list =[{"fcm_token":fcm_token,"notification_title":notification_title,"notification_body":notification_body,"notification_image":'https://synak.pro/static/img/about-1.png',"data_payload":data_payload} for fcm_token in fcm_tokens] result = push_service.async_notify_multiple_devices(params_list=params_list, timeout=5) ``` Why are we repeating the same data for each key instead of just sending a list of registration_ids...