Coverage for notifier\signals.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# send notification to user group "link": instance.link, "read": instance.read, "notificationid": instance.id, "reverse": instance.reverse, "subject": str(instance.subject), "verb": instance.verb, "target": str(target_user), "image": instance.get_representative_image(), "date": instance.get_date()}
group_name, { "type": "message.new", "text": json.dumps(text) } )
sender=Notification) |