Increase check if support reactions

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos 2022-03-30 09:17:40 -03:00
parent 902476fa20
commit a75a22f3ac
No known key found for this signature in database
GPG key ID: B7AB4B76A7CA7318

View file

@ -1075,7 +1075,7 @@ class Manager implements ICommentsManager {
* @since 24.0.0
*/
public function supportReactions(): bool {
return $this->dbConn->supports4ByteText();
return $this->emojiHelper->doesPlatformSupportEmoji();
}
/**