John Crisp

Results 15 issues of John Crisp

### Description: Cannot delete OmniChannel Contacts. This is illegal under GDPR. Cannot remove/disable the 'Add to Contacts' prompt when commencing a chat. ### Steps to reproduce: Go to OmniChannel Contacts....

type: bug

### Description: Read receipts enabled When all users in a channel have read their messages we still do not get 2 blue ticks on some channels. I have some channels...

type: bug

I need to format numbers with thousands separators and no decimals like this: const FORMAT_NUMBER_COMMA_SEPARATED3 = '#,##0'; Adding a PR to fix.

Add format number with thousands separator and no decimal "#,##0'" This is: - [X ] a new feature ### Why this change is needed? Because I can't format a number...

missing test

It seems that after 10431 the compose file now defaults to unstable. Release 10431: `image: jitsi/web:${JITSI_IMAGE_VERSION:-stable-10431}` Release 10532/10532_1 (stated as 'stable'): `image: jitsi/web:${JITSI_IMAGE_VERSION:-unstable}` Not sure if this is a mistake...