mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-07-03 19:22:47 +02:00
Replace the name of the stream if using an alias
This commit is contained in:
@ -20,7 +20,7 @@ type Options struct {
|
||||
|
||||
// Backend to log user in
|
||||
type Backend interface {
|
||||
Login(string, string) (bool, error)
|
||||
Login(string, string) (bool, string, error)
|
||||
Close()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user