You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many chat applications, when using this tool a user will receive the notification from Hubot, and see only the message Hubot sends (which as currently designed does not include who sent the original message). Having Hubot repeat the name of the sender, as shown below, would provide more context to those receiving a Hubot notification.
Current:
Alice> Hey @dev, there's a standup in 5 min. Hubot> Hey @Bob @Eve, there's a standup in 5 min.
Proposed
Alice> Hey @dev, there's a standup in 5 min. Hubot> Alice: Hey @Bob @Eve, there's a standup in 5 min.
The text was updated successfully, but these errors were encountered:
In many chat applications, when using this tool a user will receive the notification from Hubot, and see only the message Hubot sends (which as currently designed does not include who sent the original message). Having Hubot repeat the name of the sender, as shown below, would provide more context to those receiving a Hubot notification.
Current:
Alice> Hey @dev, there's a standup in 5 min.
Hubot> Hey @Bob @Eve, there's a standup in 5 min.
Proposed
Alice> Hey @dev, there's a standup in 5 min.
Hubot> Alice: Hey @Bob @Eve, there's a standup in 5 min.
The text was updated successfully, but these errors were encountered: