antispam: make bypass ids a set

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-26 22:28:21 -05:00
parent d626ae7f6b
commit c6d3f2a582
1 changed files with 2 additions and 2 deletions

View File

@ -398,7 +398,7 @@ MAX_IMAGE_AUDIO_SIZE_MB_PATRON = 16
MAX_VIDEO_SIZE_MB = 32
MAX_VIDEO_SIZE_MB_PATRON = 64
ANTISPAM_BYPASS_IDS = []
ANTISPAM_BYPASS_IDS = ()
if SITE == 'rdrama.net':
FEATURES['PRONOUNS'] = True
@ -442,7 +442,7 @@ if SITE == 'rdrama.net':
GEESE_ID = 1710
BLACKJACKBTZ_ID = 12732
ANTISPAM_BYPASS_IDS = [1703, 13427]
ANTISPAM_BYPASS_IDS = (1703, 13427)
GIFT_NOTIF_ID = CARP_ID