Skip to content

Resolve "show admin counts to admin sending INFO" (#136)

aguestuser requested to merge 136-show-admin-count-to-admin-sending-INFO into master

Closes #136 (closed)

!106 (merged) stripped admin counts from responses to admin command. This restores it.

Behavior

GIVEN a channel with 2 amdins

  • WHEN an admin sends INFO
  • THEN they should see admins: 2 as part of the response
  • BUT WHEN a subscriber sends INFO
  • THEN they should only see a subscriber count and not an admin count
Edited by aguestuser

Merge request reports