aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-24 17:12:08 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-24 17:12:08 +0300
commit28c65275440b3f7371540b49733db8b6b170a64d (patch)
tree20b21f32e78c0ac301cb7e3f747c252fcb6ea02a /config
parente64df67ec397795b8c6ebd06b391d953afe5a766 (diff)
Fix/break/change things
Diffstat (limited to 'config')
-rw-r--r--config/session.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/session.go b/config/session.go
index e47592c..d23c778 100644
--- a/config/session.go
+++ b/config/session.go
@@ -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
}