Fix/break/change things

This commit is contained in:
Tulir Asokan
2018-04-24 17:12:08 +03:00
parent e64df67ec3
commit 28c6527544
5 changed files with 12 additions and 13 deletions

View File

@ -52,10 +52,6 @@ func (config *Config) NewSession(mxid string) *Session {
}
}
func (s *Session) SetInitialSyncDone() {
s.InitialSyncDone = true
}
func (s *Session) GetUserID() string {
return s.UserID
}