mirror of
https://github.com/pushbits/server.git
synced 2025-06-09 14:12:15 +02:00
Remove in-code todos and create issues for them
This commit is contained in:
parent
f6ca287d0b
commit
0b871b2136
2 changed files with 0 additions and 4 deletions
|
@ -21,9 +21,6 @@ type Dispatcher struct {
|
|||
}
|
||||
|
||||
// Create instanciates a dispatcher connection.
|
||||
// TODO: Call JoinedRooms() to validate room mappings on startup.
|
||||
// TODO: ForgetRoom() for unused rooms.
|
||||
// TODO: InviteUser() if the user is no longer in the room.
|
||||
func Create(db Database, homeserver, username, password string) (*Dispatcher, error) {
|
||||
log.Println("Setting up dispatcher.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue