mirror of
https://github.com/pushbits/server.git
synced 2025-06-01 10:12:02 +02:00
Implement updating of channels
This commit is contained in:
parent
a5418d9698
commit
9a65fb4356
5 changed files with 102 additions and 34 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
"github.com/matrix-org/gomatrix"
|
||||
)
|
||||
|
||||
// RegisterApplication creates a new channel for an application.
|
||||
// RegisterApplication creates a channel for an application.
|
||||
func (d *Dispatcher) RegisterApplication(name, user string) (string, error) {
|
||||
log.Printf("Registering application %s, notifications will be relayed to user %s.\n", name, user)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue