mirror of https://gitlab.com/bashrc2/epicyon
				
				
				
			Set nickname
							parent
							
								
									336e79c16e
								
							
						
					
					
						commit
						7ed821a359
					
				| 
						 | 
				
			
			@ -2604,6 +2604,7 @@ class PubServer(BaseHTTPRequestHandler):
 | 
			
		|||
        if authorized and self.path.endswith('/personoptions'):
 | 
			
		||||
            originPathStr=self.path.split('/personoptions')[0]
 | 
			
		||||
            chooserNickname=getNicknameFromActor(originPathStr)
 | 
			
		||||
            self.postToNickname=chooserNickname
 | 
			
		||||
            length = int(self.headers['Content-length'])
 | 
			
		||||
            optionsConfirmParams=self.rfile.read(length).decode('utf-8').replace('%3A',':').replace('%2F','/')
 | 
			
		||||
            # actor for the person
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue