mirror of https://gitlab.com/bashrc2/epicyon
				
				
				
			Extra statuses path
							parent
							
								
									f486eecaa7
								
							
						
					
					
						commit
						d26e172ee6
					
				
							
								
								
									
										5
									
								
								utils.py
								
								
								
								
							
							
						
						
									
										5
									
								
								utils.py
								
								
								
								
							| 
						 | 
				
			
			@ -1703,7 +1703,7 @@ def _get_statuses_list() -> []:
 | 
			
		|||
    return ('/statuses/', '/objects/', '/honk/', '/p/', '/h/', '/api/posts/',
 | 
			
		||||
            '/note/', '/notes/', '/comment/', '/post/', '/item/', '/videos/',
 | 
			
		||||
            '/button/', '/x/', '/o/', '/posts/', '/items/', '/object/', '/r/',
 | 
			
		||||
            '/content/', '/federation/', '/elsewhere/')
 | 
			
		||||
            '/content/', '/federation/', '/elsewhere/', '/article/')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def contains_statuses(url: str) -> bool:
 | 
			
		||||
| 
						 | 
				
			
			@ -2969,7 +2969,8 @@ def _get_reserved_words() -> str:
 | 
			
		|||
            'inactive', 'activitypub', 'actors',
 | 
			
		||||
            'note', 'notes', 'offers', 'wanted', 'honk',
 | 
			
		||||
            'button', 'post', 'item', 'comment',
 | 
			
		||||
            'content', 'federation', 'elsewhere')
 | 
			
		||||
            'content', 'federation', 'elsewhere',
 | 
			
		||||
            'article')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def get_nickname_validation_pattern() -> str:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue