mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 16:22:25 -05:00 
			
		
		
		
	implement streaming notifications
This commit is contained in:
		
					parent
					
						
							
								a3d3cd8d43
							
						
					
				
			
			
				commit
				
					
						03a6f387e2
					
				
			
		
					 9 changed files with 152 additions and 29 deletions
				
			
		|  | @ -20,6 +20,7 @@ type Processor interface { | |||
| 	AuthorizeStreamingRequest(accessToken string) (*gtsmodel.Account, error) | ||||
| 	OpenStreamForAccount(account *gtsmodel.Account, streamType string) (*gtsmodel.Stream, gtserror.WithCode) | ||||
| 	StreamStatusToAccount(s *apimodel.Status, account *gtsmodel.Account) error | ||||
| 	StreamNotificationToAccount(n *apimodel.Notification, account *gtsmodel.Account) error | ||||
| } | ||||
| 
 | ||||
| type processor struct { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue