mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Increase check if support reactions
Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
parent
902476fa20
commit
a75a22f3ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1075,7 +1075,7 @@ class Manager implements ICommentsManager {
|
|||
* @since 24.0.0
|
||||
*/
|
||||
public function supportReactions(): bool {
|
||||
return $this->dbConn->supports4ByteText();
|
||||
return $this->emojiHelper->doesPlatformSupportEmoji();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue