lint
This commit is contained in:
		@@ -9,4 +9,4 @@ export function isLink(el: HTMLElement) {
 | 
				
			|||||||
		return isLink(el.parentElement);
 | 
							return isLink(el.parentElement);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return false;
 | 
						return false;
 | 
				
			||||||
};
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -52,12 +52,12 @@ const devConfig = {
 | 
				
			|||||||
			'/bios': httpUrl,
 | 
								'/bios': httpUrl,
 | 
				
			||||||
			'/cli': httpUrl,
 | 
								'/cli': httpUrl,
 | 
				
			||||||
			'/inbox': httpUrl,
 | 
								'/inbox': httpUrl,
 | 
				
			||||||
			'/notes': {
 | 
					/*			'/notes': {
 | 
				
			||||||
				target: httpUrl,
 | 
									target: httpUrl,
 | 
				
			||||||
				headers: {
 | 
									headers: {
 | 
				
			||||||
					'Accept': 'application/activity+json',
 | 
										'Accept': 'application/activity+json',
 | 
				
			||||||
				},
 | 
									},
 | 
				
			||||||
			},
 | 
								},*/
 | 
				
			||||||
			'/users': {
 | 
								'/users': {
 | 
				
			||||||
				target: httpUrl,
 | 
									target: httpUrl,
 | 
				
			||||||
				headers: {
 | 
									headers: {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user