Fix #618: Fix custom emojis vs upper/lower case.

This commit is contained in:
John Livingston 2024-12-05 19:46:47 +01:00
parent a37438bdaf
commit f35bb5c8ac
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 12.0.1
### Minor changes and fixes
* Fix custom emojis vs upper/lower case.
## 12.0.0
### Importante Notes

View File

@ -31,8 +31,10 @@ CONVERSE_COMMIT="8f32df723e3aa392db02326dc6a3279c9497b6fb"
# 2024-09-03: include badges short label and quick fix for sendMessage button
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
CONVERSE_VERSION="livechat-12.0.0"
# CONVERSE_COMMIT=""
CONVERSE_VERSION="livechat-12.0.1"
CONVERSE_COMMIT=""
# 2024-12-05: fix emojis (don't want some upstream feature, but want this fix)
# CONVERSE_COMMIT="366a718f16e96c88c6d768722f1525801a2f0c4d"
rootdir="$(pwd)"
src_dir="$rootdir/conversejs"