Implement groupname command to change channel username/public status

Fixes #45
Fixes #46
This commit is contained in:
Tulir Asokan
2018-02-05 21:46:15 +02:00
parent aa1d6c089c
commit 1161c75f3e
3 changed files with 60 additions and 34 deletions
+1 -2
View File
@@ -83,8 +83,7 @@
* [x] Joining chats with invite links (`join`)
* [x] Creating a Telegram chat for an existing Matrix room (`create`)
* [x] Upgrading the chat of a portal room into a supergroup (`upgrade`)
* [ ] Change public/private status of supergroup/channel (`setpublic`)
* [ ] Change username of supergroup/channel (`groupname`)
* [x] Change username of supergroup/channel (`groupname`)
* [x] Getting the Telegram invite link to a Matrix room (`invitelink`)
* [x] Clean up and forget a portal room (`deleteportal`)