Load users from the database during startup

This commit is contained in:
Gary Kramlich
2022-01-05 14:59:35 -06:00
parent aa7059b1e3
commit de1f524e25
5 changed files with 60 additions and 8 deletions

View File

@@ -141,6 +141,8 @@ func (b *Bridge) Start() error {
go b.updateBotProfile()
go b.startUsers()
// Finally tell the appservice we're ready
b.as.Ready = true