mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 17:32:25 -05:00 
			
		
		
		
	additional faffing around with streaming
This commit is contained in:
		
					parent
					
						
							
								0cee5aa569
							
						
					
				
			
			
				commit
				
					
						42b8333d1b
					
				
			
		
					 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