add "board" to boosts

master
Aevann 2024-04-24 10:48:37 +02:00
parent a3cb1e044a
commit cae4986c29
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls):
elif SITE == 'rdrama.net' and cls == Post:
if target.hole == 'chudrama':
mul = 3
elif any(i in target.domain for i in ('forum','community','chan','lemmy','mastodon','stackoverflow.com','stackexchange.com')) \
elif any(i in target.domain for i in ('forum','community','board','chan','lemmy','mastodon','stackoverflow.com','stackexchange.com')) \
or (target.domain in BOOSTED_SITES and not target.url.startswith('/')):
mul = 2
elif target.hole in BOOSTED_HOLES: