fedimbed: make max length 3500
This commit is contained in:
		
							parent
							
								
									0ea9264ae3
								
							
						
					
					
						commit
						384916e453
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1358,7 +1358,7 @@ async function processUrl(msg, url, spoiler = false, command = false, inQuote =
 | 
			
		|||
  cw = htmlToMarkdown(cw);
 | 
			
		||||
 | 
			
		||||
  let desc = "";
 | 
			
		||||
  let MAX_LENGTH = 3999;
 | 
			
		||||
  let MAX_LENGTH = 3500;
 | 
			
		||||
  if (cw != "" || sensitive) {
 | 
			
		||||
    const ors = content.split("||");
 | 
			
		||||
    desc += `||${content}||`;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue