3.11
This commit is contained in:
		@@ -25,7 +25,7 @@ def thread_updates(thread_id):
 | 
			
		||||
    if not new_post:
 | 
			
		||||
        return {'status': 'none'}
 | 
			
		||||
 | 
			
		||||
    url = url_for('threads.thread', slug=thread.slug, after=new_post['id'], _anchor=f'post-{new_post['id']}')
 | 
			
		||||
    url = url_for('threads.thread', slug=thread.slug, after=new_post['id'], _anchor=f"post-{new_post['id']}")
 | 
			
		||||
    return {'status': 'new_post', 'url': url}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user