mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix convert emoji with sign “+” (#4957)
Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
This commit is contained in:
parent
a75b05120c
commit
89a42322d0
@ -11,6 +11,7 @@ HumHub Changelog
|
||||
- Fix #4942: MemberOf Display in LDAP CLI Show User Details
|
||||
- Fix #4465: LDAP PHP 8 incompatibility (multiPageSearch)
|
||||
- Fix #4946: Fix migration of the default permissions
|
||||
- Fix #4955: Fix convert emoji with sign "+"
|
||||
- Fix #4956: Fix file hash column length
|
||||
|
||||
|
||||
|
@ -20,7 +20,7 @@ class RichTextEmojiExtension extends RichTextContentExtension
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
const REGEX = '/[:|;](([A-Za-z0-9_-])+)[:|;]/';
|
||||
const REGEX = '/[:|;](([A-Za-z0-9_\-+])+)[:|;]/';
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
|
Loading…
x
Reference in New Issue
Block a user