Skip to content

Commit

Permalink
Fix name of bot
Browse files Browse the repository at this point in the history
It seems that the name of the bot is now `@riot_bridge`, at least for the slack-bridge configured by default `by Element`.
  • Loading branch information
ineiti authored Feb 24, 2025
1 parent 55d8e65 commit 64fe1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/src/SlackApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ const Linked = ({
This room is linked to <span className="font-semibold">{channelName}</span>.
</Text.Body>
<Text.Caption className="text-grey-200">
Make sure you invite the bot to this Slack channel: <span className="font-semibold">/invite @element_bridge</span>
Make sure you invite the bot to this Slack channel: <span className="font-semibold">/invite @riot_bridge</span>
</Text.Caption>
<div className="flex justify-end">
<Buttons.Outline color="danger" onClick={unlinkChannel}>
Expand Down

0 comments on commit 64fe1ea

Please sign in to comment.