This commit is contained in:
2023-09-05 20:10:24 -05:00
parent 9f65ad172c
commit 3db8e1da05
3 changed files with 44 additions and 30 deletions

View File

@ -53,7 +53,7 @@ func NewFayeClient(logger log.Logger) *FayeClient {
fc := &FayeClient{wray.NewFayeClient(groupme.PushServer)}
fc.SetLogger(fayeLogger{logger.Sub("FayeClient")})
fc.AddExtension(&AuthExt{})
//fc.AddExtension(fc.FayeClient)
fc.AddExtension(fc.FayeClient)
return fc
}