mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 11:22:27 -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
				
			
		|  | @ -39,6 +39,7 @@ import ( | |||
| 	"github.com/superseriousbusiness/gotosocial/internal/media" | ||||
| 	"github.com/superseriousbusiness/gotosocial/internal/oauth" | ||||
| 	"github.com/superseriousbusiness/gotosocial/internal/processing" | ||||
| 	"github.com/superseriousbusiness/gotosocial/internal/api/client/streaming" | ||||
| 	"github.com/superseriousbusiness/gotosocial/internal/router" | ||||
| 	timelineprocessing "github.com/superseriousbusiness/gotosocial/internal/timeline" | ||||
| 	"github.com/superseriousbusiness/gotosocial/internal/transport" | ||||
|  | @ -134,6 +135,7 @@ var Start cliactions.GTSAction = func(ctx context.Context, c *config.Config, log | |||
| 	adminModule := admin.New(c, processor, log) | ||||
| 	statusModule := status.New(c, processor, log) | ||||
| 	securityModule := security.New(c, log) | ||||
| 	streamingModule := streaming.New(c, processor, log) | ||||
| 
 | ||||
| 	apis := []api.ClientModule{ | ||||
| 		// modules with middleware go first | ||||
|  | @ -157,6 +159,7 @@ var Start cliactions.GTSAction = func(ctx context.Context, c *config.Config, log | |||
| 		filtersModule, | ||||
| 		emojiModule, | ||||
| 		listsModule, | ||||
| 		streamingModule, | ||||
| 	} | ||||
| 
 | ||||
| 	for _, m := range apis { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue