[hotfix] fix bug causing channel-creation notifications to not send
- SYMPTOM: after creating a channel, admins don't get a notificatino
- CAUSE: we changed the signature for
notify
and modified it for all callers indispatcher.messenger
but not inregistar.channel
- FIX:
- modify the signature to use keyword args for slightly increased safety
- use the same signature everywhere