mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 16:32:26 -05:00 
			
		
		
		
	[chore] migrate oauth2 -> codeberg (#3857)
This commit is contained in:
		
					parent
					
						
							
								49c12636c6
							
						
					
				
			
			
				commit
				
					
						8488ac9286
					
				
			
		
					 65 changed files with 1677 additions and 1221 deletions
				
			
		
							
								
								
									
										3
									
								
								vendor/github.com/klauspost/compress/zstd/decoder.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/github.com/klauspost/compress/zstd/decoder.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -123,7 +123,7 @@ func NewReader(r io.Reader, opts ...DOption) (*Decoder, error) { | |||
| } | ||||
| 
 | ||||
| // Read bytes from the decompressed stream into p. | ||||
| // Returns the number of bytes written and any error that occurred. | ||||
| // Returns the number of bytes read and any error that occurred. | ||||
| // When the stream is done, io.EOF will be returned. | ||||
| func (d *Decoder) Read(p []byte) (int, error) { | ||||
| 	var n int | ||||
|  | @ -323,6 +323,7 @@ func (d *Decoder) DecodeAll(input, dst []byte) ([]byte, error) { | |||
| 		frame.bBuf = nil | ||||
| 		if frame.history.decoders.br != nil { | ||||
| 			frame.history.decoders.br.in = nil | ||||
| 			frame.history.decoders.br.cursor = 0 | ||||
| 		} | ||||
| 		d.decoders <- block | ||||
| 	}() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue