diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index 55123234c..734869ecc 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -54,7 +54,7 @@ abstract class AppConfig { final bigEmotes = event != null && event.onlyEmotes && event.numberEmotes > 0 && - event.numberEmotes <= 10; + event.numberEmotes <= 3; return TextStyle( color: textColor,