Successfully adding portals to groupme space

This commit is contained in:
2023-09-14 22:35:20 -05:00
parent 5c231cbaba
commit 1cb9710188
3 changed files with 163 additions and 215 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
}