mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-03 17:42:25 -06:00 
			
		
		
		
	bit more progress
This commit is contained in:
		
					parent
					
						
							
								c23075cac2
							
						
					
				
			
			
				commit
				
					
						5acca2a735
					
				
			
		
					 11 changed files with 99 additions and 98 deletions
				
			
		| 
						 | 
				
			
			@ -56,9 +56,14 @@ func (p *processor) processFromFederator(federatorMsg gtsmodel.FromFederator) er
 | 
			
		|||
				return fmt.Errorf("error updating dereferenced status in the db: %s", err)
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			if err := p.timelineStatus(incomingStatus); err != nil {
 | 
			
		||||
				return err
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			if err := p.notifyStatus(incomingStatus); err != nil {
 | 
			
		||||
				return err
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
		case gtsmodel.ActivityStreamsProfile:
 | 
			
		||||
			// CREATE AN ACCOUNT
 | 
			
		||||
			incomingAccount, ok := federatorMsg.GTSModel.(*gtsmodel.Account)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue