mirror of
https://github.com/diamondburned/cchat-mock.git
synced 2025-03-24 02:49:24 +00:00
Fixed compile
This commit is contained in:
parent
3f93ba61cb
commit
5e0e8415d8
|
@ -128,6 +128,10 @@ func (s *Session) Name() (string, error) {
|
|||
return s.username, nil
|
||||
}
|
||||
|
||||
func (s *Session) UserID() string {
|
||||
return s.username
|
||||
}
|
||||
|
||||
func (s *Session) Servers(container cchat.ServersContainer) error {
|
||||
container.SetServers(s.servers)
|
||||
return nil
|
||||
|
|
Loading…
Reference in a new issue