mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
update node constants, this was forgotten in #3592 not a big deal as these are generated on building node, so this is just a simple commit of these files after running `npm run build`
This commit is contained in:
@@ -30,5 +30,6 @@ module.exports = {
|
||||
2061: 'DC_EVENT_SECUREJOIN_JOINER_PROGRESS',
|
||||
2100: 'DC_EVENT_CONNECTIVITY_CHANGED',
|
||||
2110: 'DC_EVENT_SELFAVATAR_CHANGED',
|
||||
2120: 'DC_EVENT_WEBXDC_STATUS_UPDATE'
|
||||
2120: 'DC_EVENT_WEBXDC_STATUS_UPDATE',
|
||||
2121: 'DC_EVENT_WEBXDC_INSTANCE_DELETED'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user