Skip to content

Commit f4accc4

Browse files
soundstormpipozzz
andauthored
Rename function
Co-authored-by: Peter Gonda <pipo@pipoline.com>
1 parent e56cb0a commit f4accc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketchat/calls/channels/invite_public_room.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
logger = logging.getLogger(__name__)
77

88

9-
class InvitePrivateRoom(PostMixin, RocketChatBase):
9+
class InvitePublicRoom(PostMixin, RocketChatBase):
1010
endpoint = '/api/v1/channels.invite'
1111

1212
def build_endpoint(self, **kwargs):

0 commit comments

Comments
 (0)