-
Notifications
You must be signed in to change notification settings - Fork 618
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
Add Platform Agnostic Commands #1997
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 8997 lines exceeds the maximum allowed for the inline comments feature.
f544a14
to
5353b32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 8998 lines exceeds the maximum allowed for the inline comments feature.
If features can be done using Tengo script I'd rather have it done that way instead of adding extra features in matterbridge. Ofcourse you can't use bbolt db, but if you really need state you can save it in a json file for example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 8998 lines exceeds the maximum allowed for the inline comments feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 8998 lines exceeds the maximum allowed for the inline comments feature.
(Telegram and whatsapp for now)
c84e828
to
5bc8231
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 7428 lines exceeds the maximum allowed for the inline comments feature.
@42wim this branch is a bit of a mess rn but to answer your question. Perhaps this is stretching past the intended usage of what matterbridge is meant to be. |
- Add custom username - Add custom avatar - Fix help - Add default avatar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR diff size of 7627 lines exceeds the maximum allowed for the inline comments feature.
Code Climate has analyzed commit 40ef694 and detected 10 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Add opt/in/out commands
Adds some commands that can be run regardless of the platform sent on (even works with DMs to the bot)