yeago/django-subscription

Rename backend method __init__ to emit, and emit to user_emit

jpic opened this issue · 0 comments

jpic commented

Constructing a backend currently emits notifications. Changing the current init method to emit, and the current emit method to user_emit because it only handles emiting for a user makes sense and allows the backend to be useable without emiting.