mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 22:32:26 +03:00
parent
2157f9a322
commit
96415a8d2a
6 changed files with 11 additions and 13 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue