mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	upd: make sure megalodon uses proper streaming url
This commit is contained in:
		
							parent
							
								
									e17dcd7814
								
							
						
					
					
						commit
						1fe51a870b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -652,7 +652,7 @@ namespace MisskeyAPI {
 | 
				
			||||||
        throw new Error('accessToken is required')
 | 
					        throw new Error('accessToken is required')
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      const url = this.baseUrl + '/streaming'
 | 
					      const url = this.baseUrl + '/streaming'
 | 
				
			||||||
      const streaming = new WebSocket(url, channel, this.accessToken, listId, this.userAgent, this.proxyConfig)
 | 
					      const streaming = new WebSocket(url.replace('/api/v1/streaming', ''), channel, this.accessToken, listId, this.userAgent, this.proxyConfig)
 | 
				
			||||||
      process.nextTick(() => {
 | 
					      process.nextTick(() => {
 | 
				
			||||||
        streaming.start()
 | 
					        streaming.start()
 | 
				
			||||||
      })
 | 
					      })
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue