exclude me from showmore

pull/139/head
Aevann 2023-03-11 01:49:46 +02:00
parent 2be2dc9057
commit 3a0cc36679
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_marseys
if '<pre>' not in sanitized and blackjack != "rules":
sanitized = sanitized.replace('\n','')
if showmore:
if showmore and not (hasattr(g, 'v') and g.v.id == AEVANN_ID):
# Insert a show more button if the text is too long or has too many paragraphs
CHARLIMIT = 3000
pos = 0