mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-16 08:52:42 +00:00
appservice: start presence heartbeat before plugin init so bot shows online from boot
This commit is contained in:
@@ -227,8 +227,6 @@ func (s *Session) runAppservice(ctx context.Context) error {
|
||||
close(errCh)
|
||||
}()
|
||||
|
||||
go s.runPresenceHeartbeat(ctx)
|
||||
|
||||
slog.Info("appservice listener started", "address", s.as.Host.Address())
|
||||
|
||||
select {
|
||||
|
||||
Reference in New Issue
Block a user