Skip to content

[hotfix] fix bug causing channel-creation notifications to not send

aguestuser requested to merge ns-fix-notify-after-channel-creation-bug into master
  • SYMPTOM: after creating a channel, admins don't get a notificatino
  • CAUSE: we changed the signature for notify and modified it for all callers in dispatcher.messenger but not in registar.channel
  • FIX:
    • modify the signature to use keyword args for slightly increased safety
    • use the same signature everywhere

Merge request reports