Release v4.0.0 (#1836)

* Release v4.0.0

* add more rooms in featured
This commit is contained in:
Krishan 2024-07-24 23:00:49 +10:00 committed by GitHub
parent 2157f9a322
commit 96415a8d2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 13 deletions

View file

@ -1,5 +1,5 @@
const cons = {
version: '3.2.0',
version: '4.0.0',
secretKey: {
ACCESS_TOKEN: 'cinny_access_token',
DEVICE_ID: 'cinny_device_id',
@ -15,10 +15,7 @@ const cons = {
'm.room.member',
'm.sticker',
],
supportReceiptTypes: [
'm.read',
'm.read.private',
],
supportReceiptTypes: ['m.read', 'm.read.private'],
notifs: {
DEFAULT: 'default',
ALL_MESSAGES: 'all_messages',