mirror of
				https://git.sr.ht/~tsileo/microblog.pub
				synced 2025-06-05 21:59:23 +02:00 
			
		
		
		
	Fix remote follow
This commit is contained in:
		| @@ -103,7 +103,7 @@ async def render_template( | |||||||
|             "debug": DEBUG, |             "debug": DEBUG, | ||||||
|             "microblogpub_version": VERSION, |             "microblogpub_version": VERSION, | ||||||
|             "is_admin": is_admin, |             "is_admin": is_admin, | ||||||
|             "csrf_token": generate_csrf_token() if is_admin else None, |             "csrf_token": generate_csrf_token(), | ||||||
|             "highlight_css": HIGHLIGHT_CSS, |             "highlight_css": HIGHLIGHT_CSS, | ||||||
|             "visibility_enum": ap.VisibilityEnum, |             "visibility_enum": ap.VisibilityEnum, | ||||||
|             "notifications_count": await db_session.scalar( |             "notifications_count": await db_session.scalar( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user