Skip to content
Snippets Groups Projects

[hf] omit subscriber count in INFO response to randos

Merged aguestuser requested to merge hf-omit-subscriber-count-from-info-response-to-randos into main
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
@@ -227,10 +227,7 @@ ${support}`,
CHANNEL INFO
---------------------------
You are not subscribed to this channel. Send HELLO to subscribe.
phone number: ${channel.phoneNumber}
subscribers: ${getSubscriberMemberships(channel).length}
You are not subscribed to channel ${channel.phoneNumber}. Send HELLO to subscribe.
${support}`,
},
Loading