mirror of https://gitlab.com/bashrc2/epicyon
				
				
				
			Copy queue file to destination
							parent
							
								
									fe86fe6bf0
								
							
						
					
					
						commit
						0bd6eff877
					
				
							
								
								
									
										15
									
								
								inbox.py
								
								
								
								
							
							
						
						
									
										15
									
								
								inbox.py
								
								
								
								
							|  | @ -999,17 +999,18 @@ def inboxAfterCapabilities(session,keyId: str,handle: str,messageJson: {}, \ | ||||||
| 
 | 
 | ||||||
|     if debug: |     if debug: | ||||||
|         print('DEBUG: object capabilities passed') |         print('DEBUG: object capabilities passed') | ||||||
|         print('copy from '+queueFilename+' to '+destinationFilename) |         print('copy queue file from '+queueFilename+' to '+destinationFilename) | ||||||
|  | 
 | ||||||
|  |     if messageJson.get('postNickname'): | ||||||
|  |         with open(destinationFilename, 'w+') as fp: | ||||||
|  |             commentjson.dump(messageJson['post'], fp, indent=4, sort_keys=False) | ||||||
|  |     else: | ||||||
|  |         with open(destinationFilename, 'w+') as fp: | ||||||
|  |             commentjson.dump(messageJson, fp, indent=4, sort_keys=False) | ||||||
| 
 | 
 | ||||||
|     if not os.path.isfile(destinationFilename): |     if not os.path.isfile(destinationFilename): | ||||||
|         return False |         return False | ||||||
| 
 | 
 | ||||||
|     if messageJson.get('postNickname'): |  | ||||||
|         with open(destinationFilename, 'w') as fp: |  | ||||||
|             commentjson.dump(messageJson['post'], fp, indent=4, sort_keys=False) |  | ||||||
|     else: |  | ||||||
|         with open(destinationFilename, 'w') as fp: |  | ||||||
|             commentjson.dump(messageJson, fp, indent=4, sort_keys=False) |  | ||||||
|     return True |     return True | ||||||
| 
 | 
 | ||||||
| def restoreQueueItems(baseDir: str,queue: []) -> None: | def restoreQueueItems(baseDir: str,queue: []) -> None: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue