I would like the ability to [easily] send notifications to multiple users at once (such as by specifying a QuerySet or other iterable a recipients parameter in send_notification. Of course, I could simply wrap send_notification in a for loop, but that's not very efficient. Any plans to support this? I could submit a pull request.
I would like the ability to [easily] send notifications to multiple users at once (such as by specifying a QuerySet or other iterable a
recipientsparameter insend_notification. Of course, I could simply wrapsend_notificationin a for loop, but that's not very efficient. Any plans to support this? I could submit a pull request.