Emoji only mode WIP:
Fix emojis regexp. The RCPE2 library can't handle long regexp, so we switch to Oniguruma.
This commit is contained in:
@ -115,7 +115,7 @@ async function updateProsodyRoom (
|
||||
apiData.removeAffiliationsFor = data.removeAffiliationsFor
|
||||
}
|
||||
try {
|
||||
logger.debug('Calling update room API on url: ' + apiUrl + ', with data: ' + JSON.stringify(apiData))
|
||||
logger.debug('Calling update room API on url: ' + apiUrl)
|
||||
const result = await got(apiUrl, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
Reference in New Issue
Block a user