Skip to content

[93] allow responses from anyone if responses enabled

Closes #93 (closed)

Context

  • this gives us "hotline" channels for free
  • defer question of whether there ought to be channels on which only subscribers can respond and channels on which anyone can respond to user feedback (but default to covering the most use cases the most easily for now)

Value

Enable admins to run "hotlines" that receive "tips" from any random person without requiring that person to first subscribe to their signalboost channel.

Behavior

GIVEN an admin has already set RESPONSES ON on their channel

  • WHEN a person who has not subscribed to that channel sends a non-command message to it
  • THEN that message will be broadcast to all channel admins

Merge request reports