chore: Remove party emoji from forum reactions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-01-31 19:31:00 +01:00
parent e8586b3e4e
commit 36d988aee3

View File

@ -27,7 +27,7 @@ from utils.notifications import (
# Constants
EDIT_TIME_LIMIT_HOURS = 24
AVAILABLE_REACTIONS = ['👍', '❤️', '🎉']
AVAILABLE_REACTIONS = ['👍', '❤️']
# Logger
logger = logging.getLogger(__name__)