You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also has the added issue that aggregated notifications call mark_as_pending_as_aggregation_parent!; so you can't currently have one channel that aggregates, and one that doesn't. But this is perhaps a separate issue.
The text was updated successfully, but these errors were encountered:
This is part of the current implementation of the
#deliver
method on the base notification class (https://github.com/Papercloud/notify_user/blob/master/app/models/notify_user/base_notification.rb#L294). The issue here is that the AASM is throwing an invalid transition error because when one channel marks the notification as sent, subsequent channels will also try to mark it as sent.Also has the added issue that aggregated notifications call
mark_as_pending_as_aggregation_parent!
; so you can't currently have one channel that aggregates, and one that doesn't. But this is perhaps a separate issue.The text was updated successfully, but these errors were encountered: