Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow creation of "service bots" which can be used for specific service(s) #436

Closed
Half-Shot opened this issue Aug 9, 2022 · 0 comments · Fixed by #573
Closed

Allow creation of "service bots" which can be used for specific service(s) #436

Half-Shot opened this issue Aug 9, 2022 · 0 comments · Fixed by #573
Assignees
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.

Comments

@Half-Shot
Copy link
Contributor

Half-Shot commented Aug 9, 2022

E.g. In the config you could specify you would like to have a JIRA bot that allows users to invite it to rooms in order to bridge JIRA things, without necessarily including all the other services too.

I'd probably advise having a new config for this like:

service_bots:
    - localpart: jira
      displayname: Jira
      avatar_url: mxc://jira
      services: [jira]

The bots could also create a widget for one specific type of configuration when prompted, which is issue #437.

@Half-Shot Half-Shot added the T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements. label Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants