mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 01:32:26 -05:00
additional faffing around with streaming
This commit is contained in:
parent
8618c539f1
commit
e87dec807e
9 changed files with 171 additions and 28 deletions
|
|
@ -10,6 +10,6 @@ func (p *processor) AuthorizeStreamingRequest(accessToken string) (*gtsmodel.Acc
|
|||
return p.streamingProcessor.AuthorizeStreamingRequest(accessToken)
|
||||
}
|
||||
|
||||
func (p *processor) StreamForAccount(c *websocket.Conn, account *gtsmodel.Account, streamType string) gtserror.WithCode {
|
||||
return p.streamingProcessor.StreamForAccount(c, account, streamType)
|
||||
func (p *processor) OpenStreamForAccount(c *websocket.Conn, account *gtsmodel.Account, streamType string) gtserror.WithCode {
|
||||
return p.streamingProcessor.OpenStreamForAccount(c, account, streamType)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue