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

Option to post to channels/users for RocketChat #93

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 13, 2020

  1. Option to post to channels/users for RocketChat

    By using `#channel` or `@user` in channel list it's possible to post to channels or (only *already contacted*) users.
    Limited to first 50 visible channels, as paging does not work with `RocketChatAPI`.
    Somehow posting images to RC does not work.
    soundstorm authored Jun 13, 2020
    Configuration menu
    Copy the full SHA
    5fcf44f View commit details
    Browse the repository at this point in the history
  2. Fix missing rc_room_id init

    Otherwise would raise a NameError instead of the defined Exception
    soundstorm authored Jun 13, 2020
    Configuration menu
    Copy the full SHA
    8838a42 View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    GitHub Web on mobile is awful
    soundstorm authored Jun 13, 2020
    Configuration menu
    Copy the full SHA
    66b7360 View commit details
    Browse the repository at this point in the history