From a75a22f3ac3384ffd52e4642c05fbd3d35f94a3d Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Wed, 30 Mar 2022 09:17:40 -0300 Subject: Increase check if support reactions Signed-off-by: Vitor Mattos --- lib/private/Comments/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/Comments') diff --git a/lib/private/Comments/Manager.php b/lib/private/Comments/Manager.php index 31107c1b9fb..d1a6739fa9d 100644 --- a/lib/private/Comments/Manager.php +++ b/lib/private/Comments/Manager.php @@ -1075,7 +1075,7 @@ class Manager implements ICommentsManager { * @since 24.0.0 */ public function supportReactions(): bool { - return $this->dbConn->supports4ByteText(); + return $this->emojiHelper->doesPlatformSupportEmoji(); } /** -- cgit v1.2.3