Fix local distribution of edited statuses (#17380)
Because `FanOutOnWriteService#update?` was broken, edits were considered as new toots and a regular `update` payload was sent.
This commit is contained in:
		
							parent
							
								
									10188c7db7
								
							
						
					
					
						commit
						166cc5b89d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -119,7 +119,7 @@ class FanOutOnWriteService < BaseService
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def update?
 | 
					  def update?
 | 
				
			||||||
    @is_update
 | 
					    @options[:update]
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def broadcastable?
 | 
					  def broadcastable?
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue