Add missing property
This commit is contained in:
		
							parent
							
								
									d36f5376e3
								
							
						
					
					
						commit
						63e8050094
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -30,6 +30,7 @@ export type IPost = {
 | 
				
			||||||
	repostId: mongo.ObjectID;
 | 
						repostId: mongo.ObjectID;
 | 
				
			||||||
	poll: any; // todo
 | 
						poll: any; // todo
 | 
				
			||||||
	text: string;
 | 
						text: string;
 | 
				
			||||||
 | 
						tags: string[];
 | 
				
			||||||
	textHtml: string;
 | 
						textHtml: string;
 | 
				
			||||||
	cw: string;
 | 
						cw: string;
 | 
				
			||||||
	userId: mongo.ObjectID;
 | 
						userId: mongo.ObjectID;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue