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

Complete refresh #49

Merged
merged 17 commits into from
Mar 3, 2022
Prev Previous commit
Next Next commit
Fix wrong imports
soundstorm committed Jun 16, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e03e75a94e11043c078d27a281f564931a1532d6
4 changes: 2 additions & 2 deletions rocketchat/api.py
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@
from rocketchat.calls.channels.get_room_info import GetRoomInfo
from rocketchat.calls.groups.get_private_room_info import GetPrivateRoomInfo
from rocketchat.calls.groups.get_room_id import GetRoomId
from rocketchat.calls.groups.get_public_room_id import GetPublicRoomId
from rocketchat.calls.groups.get_user_id import GetUserId
from rocketchat.calls.channels.get_public_room_id import GetPublicRoomId
from rocketchat.calls.users.get_user_id import GetUserId
from rocketchat.calls.groups.set_room_topic import SetRoomTopic
from rocketchat.calls.channels.get_history import GetRoomHistory
from rocketchat.calls.groups.get_private_room_history import GetPrivateRoomHistory